public sealed class ContextEventArgs : EventArgs
ErrorInfo | Optional, if present it will contain more information about the underlying error. |
Exception | Optional, if present, it represents an exception that is thrown on the context thread and is caught in the main loop of the context thread. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |