Class ExceptionEventArgs
Exception raised event args.
Inherited Members
Namespace: Codaris.Common
Assembly: Codaris.Common.dll
Syntax
public class ExceptionEventArgs : EventArgs
Constructors
ExceptionEventArgs(Exception)
Initializes a new instance of the ExceptionEventArgs class.
public ExceptionEventArgs(Exception exception)
Parameters
Type | Name | Description |
---|---|---|
Exception | exception | The exception that caused the disconnection. |
See Also
Properties
Exception
Gets the exception that caused the disconnection, if one exists.
public Exception Exception { get; }
Property Type
Exception |
See Also
IsHandled
Gets or sets a value indicating whether this instance is handled.
public bool IsHandled { get; set; }
Property Type
bool |