FailedOperationException Constructors

Definition

Overloads

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.

FailedOperationException()

Constructor for the T:Microsoft.SqlServer.Management.Smo.FailedOperationException.

public FailedOperationException ();
Public Sub New ()

Applies to

FailedOperationException(String)

Constructor for the T:Microsoft.SqlServer.Management.Smo.FailedOperationException.

public FailedOperationException (string message);
new Microsoft.SqlServer.Management.Smo.FailedOperationException : string -> Microsoft.SqlServer.Management.Smo.FailedOperationException
Public Sub New (message As String)

Parameters

message
String

The message of the exception as string.

Applies to

FailedOperationException(String, Exception)

Constructor for the T:Microsoft.SqlServer.Management.Smo.FailedOperationException.

public FailedOperationException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.FailedOperationException : string * Exception -> Microsoft.SqlServer.Management.Smo.FailedOperationException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String

The message of the exception as string.

innerException
Exception

The T:System.Exception instance that caused the current exception.

Applies to

FailedOperationException(String, Object, Exception)

Called by the T:Microsoft.SqlServer.Management.Smo.SqlServerManagementException. Do not call directly.

public FailedOperationException (string operation, object failedObject, Exception innerException);
new Microsoft.SqlServer.Management.Smo.FailedOperationException : string * obj * Exception -> Microsoft.SqlServer.Management.Smo.FailedOperationException
Public Sub New (operation As String, failedObject As Object, innerException As Exception)

Parameters

operation
String
failedObject
Object
innerException
Exception

Applies to

FailedOperationException(String, Object, Exception, String)

Called by the T:Microsoft.SqlServer.Management.Smo.SqlServerManagementException. Do not call directly.

public FailedOperationException (string operation, object failedObject, Exception innerException, string reason);
new Microsoft.SqlServer.Management.Smo.FailedOperationException : string * obj * Exception * string -> Microsoft.SqlServer.Management.Smo.FailedOperationException
Public Sub New (operation As String, failedObject As Object, innerException As Exception, reason As String)

Parameters

operation
String
failedObject
Object
innerException
Exception
reason
String

Applies to