BacpacException Constructor (String, Exception)

Initializes a new instance of the BacpacException class with specified error message and inner exception.

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

Syntax

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

Dim instance As New BacpacException(message, _
    innerException)
public BacpacException(
    string message,
    Exception innerException
)
public:
BacpacException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> BacpacException
public function BacpacException(
    message : String, 
    innerException : Exception
)

Parameters

See Also

Reference

BacpacException Class

BacpacException Overload

Microsoft.SqlServer.Management.Dac Namespace