DacModelException Constructor (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
)
Parameters
- message
Type: System.String
The message that describes the error.