Condividi tramite


Membri FailedOperationException

The FailedOperationException class represents the exception raised when an operation fails.

Il tipo FailedOperationException espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico FailedOperationException() () () () Initializes a new instance of the FailedOperationException class.
Metodo pubblico FailedOperationException(String) Initializes a new instance of the FailedOperationException class that has the specified message.
Metodo pubblico FailedOperationException(String, Exception) Initializes a new instance of the FailedOperationException class that has the specified message and inner exception.
Metodo pubblico FailedOperationException(String, Object, Exception) Initializes a new instance of the FailedOperationException class with the specified object on which the specified operation failed and that has the specified inner exception.
Metodo pubblico FailedOperationException(String, Object, Exception, String) Initializes a new instance of the FailedOperationException class that has the specified object on which the specified operation failed, and that has the specified inner exception and reason for occurring.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetBaseException (Ereditato da Exception).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetObjectData Override based on the virtual SerializationInfo method GetObjectData. (Esegue l'override di Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Metodo pubblico GetType (Ereditato da Exception).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo protetto SetHelpContext Sets the Help context value for the referenced exception. (Ereditato da SmoException).
Metodo pubblico ToString (Ereditato da Exception).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Data (Ereditato da Exception).
Proprietà pubblica FailedObject Gets or sets the object on which the operation failed.
Proprietà pubblica HelpLink Gets the Help link for further information from Microsoft about the SMO exception. (Ereditato da SmoException).
Proprietà protetta HResult (Ereditato da Exception).
Proprietà pubblica InnerException (Ereditato da Exception).
Proprietà pubblica Message Gets the message text that explains the exception. (Esegue l'override di Exception. . :: . .Message.)
Proprietà pubblica Operation Gets or sets the operation that failed.
Proprietà pubblica SmoExceptionType Gets the exception type. (Esegue l'override di SmoException. . :: . .SmoExceptionType.)
Proprietà pubblica Source (Ereditato da Exception).
Proprietà pubblica StackTrace (Ereditato da Exception).
Proprietà pubblica TargetSite (Ereditato da Exception).

In alto