DeploymentException Constructor (String, Exception)
Initializes a new instance of the DeploymentException class with the specified error message and inner exception.
Espacio de nombres: Microsoft.MasterDataServices.Deployment
Ensamblado: Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)
Sintaxis
'Declaración
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Uso
Dim message As String
Dim innerException As Exception
Dim instance As New DeploymentException(message, _
innerException)
public DeploymentException(
string message,
Exception innerException
)
public:
DeploymentException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> DeploymentException
public function DeploymentException(
message : String,
innerException : Exception
)
Parámetros
- message
Tipo: System.String
The error message associated with the exception.
- innerException
Tipo: System.Exception
A reference to the inner exception that is the cause of the exception.