Share via


DeploymentFailedException Constructor (String, Exception)

Initializes a new instance of the DeploymentFailedException class.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public DeploymentFailedException(
    string message,
    Exception innerException
)
public:
DeploymentFailedException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DeploymentFailedException
public function DeploymentFailedException(
    message : String, 
    innerException : Exception
)

Parameters

  • message
    Type: System.String
    Indicates the reason for the exception.

.NET Framework Security

See Also

Reference

DeploymentFailedException Class

DeploymentFailedException Overload

Microsoft.Data.Schema.Build Namespace