ErrorInfo Constructors
Encapsulates error information on a specific property.| Name | Parameters | Description |
|---|---|---|
| ErrorInfo() | none | Initializes a new instance of the ErrorInfo class with the default values. |
| ErrorInfo(String, ErrorType) | errorText, errorType | Initializes a new instance of the ErrorInfo class with the specified error information. |
See Also