Table of Contents

Class EndpointExceptionEventArgs

Namespace
Artemis.Core.Services
Assembly
Artemis.Core.dll

Provides data about endpoint exception related events

public class EndpointExceptionEventArgs : EventArgs
Inheritance
object
EndpointExceptionEventArgs
Inherited Members

Properties

Exception

Gets the exception that occurred

public Exception Exception { get; }

Property Value

Exception