Class EventOrExceptionEventArgs
A class containing the information to be reported in the
public class EventOrExceptionEventArgs : EventArgs
- Inheritance
-
EventOrExceptionEventArgs
- Inherited Members
- Extension Methods
Properties
Error
The error raised expressed using Exception
public Exception Error { get; }
Property Value
Message
The message to be reported
public string Message { get; }