DacException Constructor
Initializes a new instance of the DacException class.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New DacException()
public DacException()
public:
DacException()
new : unit -> DacException
public function DacException()
Remarks
The default constructor initializes any fields to their default values.
See Also