Class ShutdownSignalException
public class ShutdownSignalException : Exception, ISerializable
- Inheritance
-
ShutdownSignalException
- Implements
- Inherited Members
Constructors
ShutdownSignalException(ShutdownEventArgs)
public ShutdownSignalException(ShutdownEventArgs args)
Parameters
args
ShutdownEventArgs
Properties
Args
public ShutdownEventArgs Args { get; }
Property Value
- ShutdownEventArgs
Cause
public object Cause { get; }
Property Value
ClassId
public ushort ClassId { get; }
Property Value
Initiator
public ShutdownInitiator Initiator { get; }
Property Value
- ShutdownInitiator
MethodId
public ushort MethodId { get; }
Property Value
ReplyCode
public ushort ReplyCode { get; }
Property Value
ReplyText
public string ReplyText { get; }
Property Value
Methods
ToString()
Creates and returns a string representation of the current exception.
public override string ToString()
Returns
- string
A string representation of the current exception.