Class EndpointExceptionEventArgs
Provides data about endpoint exception related events
public class EndpointExceptionEventArgs : EventArgs
- Inheritance
-
objectEndpointExceptionEventArgs
- Inherited Members
Properties
Exception
Gets the exception that occurred
public Exception Exception { get; }