FailedOperationException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception thrown when an operation has failed.
[System.Serializable]
public sealed class FailedOperationException : Microsoft.SqlServer.Management.Smo.SmoException
type FailedOperationException = class
inherit SmoException
Public NotInheritable Class FailedOperationException
Inherits SmoException
- Inheritance
- Attributes
-
SerializableAttribute SerializableAttribute
Constructors
| FailedOperationException() |
Constructor for the T:Microsoft.SqlServer.Management.Smo.FailedOperationException. |
| FailedOperationException(String) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.FailedOperationException. |
| FailedOperationException(String, Exception) |
Constructor for the T:Microsoft.SqlServer.Management.Smo.FailedOperationException. |
| FailedOperationException(String, Object, Exception) |
Called by the T:Microsoft.SqlServer.Management.Smo.SqlServerManagementException. Do not call directly. |
| FailedOperationException(String, Object, Exception, String) |
Called by the T:Microsoft.SqlServer.Management.Smo.SqlServerManagementException. Do not call directly. |
Properties
| FailedObject |
Gets or sets the T:System.Object that failed. |
| HelpLink |
Gets a link as string to the support web site. (Inherited from SmoException) |
| Message |
Gets the message of the exception. |
| Operation |
Gets or sets a string value that specifies the operation. |
| SmoExceptionType |
Gets the type of exeption from the T:Microsoft.SqlServer.Management.Smo.SmoExceptionType enumeration. |
Methods
| GetObjectData(SerializationInfo, StreamingContext) |
Serialization helper method. |
| SetHelpContext(String) | (Inherited from SmoException) |