DeploymentValidationException Constructor (String)

Initializes a new DeploymentValidationException instance with the specified error message.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New DeploymentValidationException(message)
public DeploymentValidationException(
    string message
)
public:
DeploymentValidationException(
    String^ message
)
new : 
        message:string -> DeploymentValidationException
public function DeploymentValidationException(
    message : String
)

Parameters

  • message
    Type: System.String
    A String value that specifies the message text describing the event that caused the exception.

See Also

Reference

DeploymentValidationException Class

DeploymentValidationException Overload

Microsoft.SqlServer.Management.Dac Namespace