ResizeError Class

Definition

An error that occurred when resizing a Pool.

public class ResizeError
type ResizeError = class
Public Class ResizeError
Inheritance
ResizeError

Constructors

ResizeError()

Initializes a new instance of the ResizeError class.

ResizeError(String, String, IList<NameValuePair>)

Initializes a new instance of the ResizeError class.

Properties

Code

Gets or sets an identifier for the Pool resize error. Codes are invariant and are intended to be consumed programmatically.

Message

Gets or sets a message describing the Pool resize error, intended to be suitable for display in a user interface.

Values

Gets or sets a list of additional error details related to the Pool resize error.

Applies to