[]
Represents the event data for an Error event.
public class ErrorEventArgs : EventArgs
Public Class ErrorEventArgs
Inherits EventArgs
Name | Description |
---|---|
ErrorEventArgs(int) | Occurs when an error state is created by the control. |
ErrorEventArgs(int, string) | Occurs when an error state is created by the control |
Name | Description |
---|---|
ErrorCode | Gets the error code associated with an error event. |
ErrorCodePriv | Internal use only. Gets or sets the error code. |
ErrorInfo | Gets the additional error information associated with an error event. |
ErrorInfoPriv | Internal use only. Gets or sets the error information. |