Compartir a través de


RestartPendingException Miembros

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

El tipo RestartPendingException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico RestartPendingException() () () () Initializes a new instance of the RestartPendingException class.
Método publico RestartPendingException(String) Initializes a new instance of the RestartPendingException class with the specified message.
Método protegido RestartPendingException(SerializationInfo, StreamingContext) Initializes a new instance of the RestartPendingException class that has the specified serialization information and streaming context.
Método publico RestartPendingException(String, Exception) Initializes a new instance of the RestartPendingException class with the specified message and specified inner exception.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetBaseException (Se hereda de Exception).
Método publico GetHashCode (Se hereda de Object).
Método publico GetObjectData Gets object data regarding the restart pending exception. (Invalida Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Método publico GetType (Se hereda de Exception).
Método protegido Init (Se hereda de DmfException).
Método protegido MemberwiseClone (Se hereda de Object).
Método protegido SetHelpContext (Se hereda de DmfException).
Método publico ToString (Se hereda de Exception).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception).
Propiedad pública DmfExceptionType (Se hereda de DmfException).
Propiedad pública HelpLink (Se hereda de DmfException).
Propiedad protegida HResult (Se hereda de Exception).
Propiedad pública InnerException (Se hereda de Exception).
Propiedad pública Message (Se hereda de Exception).
Propiedad pública Source (Se hereda de Exception).
Propiedad pública StackTrace (Se hereda de Exception).
Propiedad pública TargetSite (Se hereda de Exception).

Principio