Class ReactionExceptionSpyEventArgs
Event arguments for spy when a reaction has an exception.
Inherited Members
Namespace: Cortex.Net.Spy
Assembly: Cortex.Net.dll
Syntax
public class ReactionExceptionSpyEventArgs : ReactionSpyEventArgs
Properties
| Improve this Doc View SourceException
Gets or sets the exception that ocurred.
Declaration
public Exception Exception { get; set; }
Property Value
Type | Description |
---|---|
Exception |
Message
Gets or sets the error message.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |