FailedOperationException Members
Include Protected Members
Include Inherited Members
The FailedOperationException class represents the exception raised when an operation fails.
The FailedOperationException type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | FailedOperationException() | Initializes a new instance of the FailedOperationException class. | 
| .gif) | FailedOperationException(String) | Initializes a new instance of the FailedOperationException class that has the specified message. | 
| .gif) | FailedOperationException(String, Exception) | Initializes a new instance of the FailedOperationException class that has the specified message and inner exception. | 
| .gif) | 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. | 
| .gif) | 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. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals(Object) | (Inherited from Object.) | 
| .gif) | Finalize() | (Inherited from Object.) | 
| .gif) | GetBaseException() | (Inherited from Exception.) | 
| .gif) | GetHashCode() | (Inherited from Object.) | 
| .gif) | GetObjectData(SerializationInfo, StreamingContext) | Override based on the virtual SerializationInfo method GetObjectData. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) | 
| .gif) | GetType() | (Inherited from Exception.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | SetHelpContext(String) | Sets the Help context value for the referenced exception. (Inherited from SmoException.) | 
| .gif) | ToString() | (Inherited from Exception.) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Data | (Inherited from Exception.) | 
| .gif) | FailedObject | Gets or sets the object on which the operation failed. | 
| .gif) | HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (Inherited from SmoException.) | 
| .gif) | HResult | (Inherited from Exception.) | 
| .gif) | InnerException | (Inherited from Exception.) | 
| .gif) | Message | Gets the message text that explains the exception. (Overrides Exception.Message.) | 
| .gif) | Operation | Gets or sets the operation that failed. | 
| .gif) | SmoExceptionType | Gets the exception type. (Overrides SmoException.SmoExceptionType.) | 
| .gif) | Source | (Inherited from Exception.) | 
| .gif) | StackTrace | (Inherited from Exception.) | 
| .gif) | TargetSite | (Inherited from Exception.) | 
Top