Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the DeploymentOperationException class with the specified error message and inner exception.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception
Dim instance As New DeploymentOperationException(message, _
innerException)
public DeploymentOperationException(
string message,
Exception innerException
)
public:
DeploymentOperationException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> DeploymentOperationException
public function DeploymentOperationException(
message : String,
innerException : Exception
)
Parameter
- message
Typ: System.String
The error message associated with the exception.
- innerException
Typ: System.Exception
A reference to the inner exception that is the cause of the exception.
Siehe auch
Verweis
DeploymentOperationException Klasse