Freigeben über


DacModelException-Konstruktor (String)

Initializes a new instance of the DacModelException class with the specified error message.

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

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

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

Parameter

  • message
    Typ: System.String
    The message that describes the error.

Siehe auch

Verweis

DacModelException Klasse

DacModelException-Überladung

Microsoft.SqlServer.Dac.Model-Namespace