FailedOperationException Class

Definition

The exception thrown when an operation has failed.

[System.Serializable]
public sealed class FailedOperationException : Microsoft.SqlServer.Management.Smo.SmoException
[<System.Serializable>]
type FailedOperationException = class
    inherit SmoException
Public NotInheritable Class FailedOperationException
Inherits SmoException
Inheritance
Attributes

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)

Applies to