RestartPendingException Members
Include Protected Members
Include Inherited Members
The RestartPendingException class represents the exception that is raised when a system restart is pending.
The RestartPendingException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RestartPendingException() | Initializes a new instance of the RestartPendingException class. | |
RestartPendingException(String) | Initializes a new instance of the RestartPendingException class with the specified message. | |
RestartPendingException(SerializationInfo, StreamingContext) | Initializes a new instance of the RestartPendingException class that has the specified serialization information and streaming context. | |
RestartPendingException(String, Exception) | Initializes a new instance of the RestartPendingException class with the specified message and specified inner exception. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetBaseException() | (Inherited from Exception.) | |
GetHashCode() | (Inherited from Object.) | |
GetObjectData(SerializationInfo, StreamingContext) | Gets object data regarding the restart pending exception. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType() | (Inherited from Exception.) | |
Init() | (Inherited from DmfException.) | |
MemberwiseClone() | (Inherited from Object.) | |
SetHelpContext(String) | (Inherited from DmfException.) | |
ToString() | (Inherited from Exception.) |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
DmfExceptionType | (Inherited from DmfException.) | |
HelpLink | (Inherited from DmfException.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top