Class EndpointExceptionEventArgs
Provides data about endpoint exception related events
Inherited Members
Namespace: Artemis.Core.Services
Assembly: Artemis.Core.dll
Syntax
public class EndpointExceptionEventArgs : EventArgs
Properties
Exception
Gets the exception that occurred
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
Exception |