RestartPendingException<T> Members
Include Protected Members
Include Inherited Members
The RestartPendingException class is an exception that is raised when an error occurs when a system restart is pending.
The RestartPendingException<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RestartPendingException<T>() | ||
RestartPendingException<T>(String) | ||
RestartPendingException<T>(String, Exception) | ||
RestartPendingException<T>(String, T, T) |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetBaseException() | (Inherited from Exception.) | |
GetHashCode() | (Inherited from Object.) | |
GetObjectData(SerializationInfo, StreamingContext) | (Overrides RestartPendingException.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 | |
---|---|---|
ConfigValue | ||
Data | (Inherited from Exception.) | |
DmfExceptionType | (Overrides DmfException.DmfExceptionType.) | |
HelpLink | (Inherited from DmfException.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Overrides Exception.Message.) | |
PropertyName | ||
RunValue | ||
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top