FailedOperationException-Konstruktor (String, String, String, Exception)
Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the two specified types.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub New ( _
operation As String, _
failedObjectName As String, _
failedObjectType As String, _
innerException As Exception _
)
'Usage
Dim operation As String
Dim failedObjectName As String
Dim failedObjectType As String
Dim innerException As Exception
Dim instance As New FailedOperationException(operation, _
failedObjectName, failedObjectType, _
innerException)
public FailedOperationException(
string operation,
string failedObjectName,
string failedObjectType,
Exception innerException
)
public:
FailedOperationException(
String^ operation,
String^ failedObjectName,
String^ failedObjectType,
Exception^ innerException
)
new :
operation:string *
failedObjectName:string *
failedObjectType:string *
innerException:Exception -> FailedOperationException
public function FailedOperationException(
operation : String,
failedObjectName : String,
failedObjectType : String,
innerException : Exception
)
Parameter
- operation
Typ: System. . :: . .String
A String value that specifies the operation that failed.
- failedObjectName
Typ: System. . :: . .String
A String value that specifies the name of the object that is associated with the operation.
- failedObjectType
Typ: System. . :: . .String
A String value that specifies the type of the object that is associated with the operation.
- innerException
Typ: System. . :: . .Exception
A String value that specifies the second type that is associated with the exception.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.