Class ConnectionRecoveryErrorEventArgs
public sealed class ConnectionRecoveryErrorEventArgs : EventArgs
- Inheritance
-
ConnectionRecoveryErrorEventArgs
- Inherited Members
Constructors
ConnectionRecoveryErrorEventArgs(Exception)
public ConnectionRecoveryErrorEventArgs(Exception ex)
Parameters
exException
Properties
Exception
public Exception Exception { get; }