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