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 DeploymentStagingException class with the specified error message and inner exception.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public DeploymentStagingException(
string message,
Exception innerException
)
public:
DeploymentStagingException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> DeploymentStagingException
Public Sub New (
message As String,
innerException As Exception
)
Parameters
message
Type: System.StringThe error message associated with the exception.
innerException
Type: System.ExceptionA reference to the inner exception that is the cause of the exception.
See Also
DeploymentStagingException Overload
DeploymentStagingException Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top