Membres FailedOperationException
The FailedOperationException class represents the exception raised when an operation fails.
Le type FailedOperationException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (Hérité de Object.) | |
Finalize | (Hérité de Object.) | |
GetBaseException | (Hérité de Exception.) | |
GetHashCode | (Hérité de Object.) | |
GetObjectData | Override based on the virtual SerializationInfo method GetObjectData. (Se substitue à Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Hérité de Exception.) | |
MemberwiseClone | (Hérité de Object.) | |
SetHelpContext | Sets the Help context value for the referenced exception. (Hérité de SmoException.) | |
ToString | (Hérité de Exception.) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Data | (Hérité de 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. (Hérité de SmoException.) | |
HResult | (Hérité de Exception.) | |
InnerException | (Hérité de Exception.) | |
Message | Gets the message text that explains the exception. (Se substitue à Exception. . :: . .Message.) | |
Operation | Gets or sets the operation that failed. | |
SmoExceptionType | Gets the exception type. (Se substitue à SmoException. . :: . .SmoExceptionType.) | |
Source | (Hérité de Exception.) | |
StackTrace | (Hérité de Exception.) | |
TargetSite | (Hérité de Exception.) |
Haut de la page
Voir aussi