Freigeben über


RestartPendingException-Member

The RestartPendingException class represents the exception that is raised when a system restart is pending.

Der RestartPendingException-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode RestartPendingException() () () () Initializes a new instance of the RestartPendingException class.
Öffentliche Methode RestartPendingException(String) Initializes a new instance of the RestartPendingException class with the specified message.
Geschützte Methode RestartPendingException(SerializationInfo, StreamingContext) Initializes a new instance of the RestartPendingException class that has the specified serialization information and streaming context.
Öffentliche Methode RestartPendingException(String, Exception) Initializes a new instance of the RestartPendingException class with the specified message and specified inner exception.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetBaseException (Geerbt von Exception.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectData Gets object data regarding the restart pending exception. (Überschreibt Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Öffentliche Methode GetType (Geerbt von Exception.)
Geschützte Methode Init (Geerbt von DmfException.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode SetHelpContext (Geerbt von DmfException.)
Öffentliche Methode ToString (Geerbt von Exception.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Data (Geerbt von Exception.)
Öffentliche Eigenschaft DmfExceptionType (Geerbt von DmfException.)
Öffentliche Eigenschaft HelpLink (Geerbt von DmfException.)
Geschützte Eigenschaft HResult (Geerbt von Exception.)
Öffentliche Eigenschaft InnerException (Geerbt von Exception.)
Öffentliche Eigenschaft Message (Geerbt von Exception.)
Öffentliche Eigenschaft Source (Geerbt von Exception.)
Öffentliche Eigenschaft StackTrace (Geerbt von Exception.)
Öffentliche Eigenschaft TargetSite (Geerbt von Exception.)

Zum Anfang