Membri FailedOperationException
The FailedOperationException class represents the exception raised when an operation fails.
Il tipo FailedOperationException espone i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
FailedOperationException() () () () | Initializes a new instance of the FailedOperationException class. | |
FailedOperationException(String) | Initializes a new instance of the FailedOperationException class that has the specified message. | |
FailedOperationException(String, Exception) | Initializes a new instance of the FailedOperationException class that has the specified message and inner exception. | |
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. | |
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 | |
---|---|---|
Equals | (Ereditato da Object). | |
Finalize | (Ereditato da Object). | |
GetBaseException | (Ereditato da Exception). | |
GetHashCode | (Ereditato da Object). | |
GetObjectData | Override based on the virtual SerializationInfo method GetObjectData. (Esegue l'override di Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Ereditato da Exception). | |
MemberwiseClone | (Ereditato da Object). | |
SetHelpContext | Sets the Help context value for the referenced exception. (Ereditato da SmoException). | |
ToString | (Ereditato da Exception). |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Data | (Ereditato da Exception). | |
FailedObject | Gets or sets the object on which the operation failed. | |
HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (Ereditato da SmoException). | |
HResult | (Ereditato da Exception). | |
InnerException | (Ereditato da Exception). | |
Message | Gets the message text that explains the exception. (Esegue l'override di Exception. . :: . .Message.) | |
Operation | Gets or sets the operation that failed. | |
SmoExceptionType | Gets the exception type. (Esegue l'override di SmoException. . :: . .SmoExceptionType.) | |
Source | (Ereditato da Exception). | |
StackTrace | (Ereditato da Exception). | |
TargetSite | (Ereditato da Exception). |
In alto
Vedere anche