FailedOperationException Constructors
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.
Overloads
FailedOperationException() |
ctor |
FailedOperationException(String) |
ctor |
FailedOperationException(String, Exception) |
ctor |
FailedOperationException(String, String, String, Exception) |
ctor |
FailedOperationException()
ctor
public FailedOperationException ();
Public Sub New ()
Applies to
FailedOperationException(String)
ctor
public FailedOperationException (string message);
new Microsoft.SqlServer.Management.Dmf.FailedOperationException : string -> Microsoft.SqlServer.Management.Dmf.FailedOperationException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
FailedOperationException(String, Exception)
ctor
public FailedOperationException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.FailedOperationException : string * Exception -> Microsoft.SqlServer.Management.Dmf.FailedOperationException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception
Applies to
FailedOperationException(String, String, String, Exception)
ctor
public FailedOperationException (string operation, string failedObjectName, string failedObjectType, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.FailedOperationException : string * string * string * Exception -> Microsoft.SqlServer.Management.Dmf.FailedOperationException
Public Sub New (operation As String, failedObjectName As String, failedObjectType As String, innerException As Exception)
Parameters
- operation
- String
- failedObjectName
- String
- failedObjectType
- String
- innerException
- Exception