BacpacException Constructor ()
Initializes a new instance of the BacpacException class with specified error message.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Déclaration
Public Sub New ( _
message As String _
)
'Utilisation
Dim message As String
Dim instance As New BacpacException(message)
public BacpacException(
string message
)
public:
BacpacException(
String^ message
)
new :
message:string -> BacpacException
public function BacpacException(
message : String
)
Parameters
- message
Type: String
The error message.