DacExceptionType Enumeration

The DacExceptionType enumeration contains values that are used to specify the type of DAC exception.

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

Syntax

'Declaration
Public Enumeration DacExceptionType
'Usage
Dim instance As DacExceptionType
public enum DacExceptionType
public enum class DacExceptionType
type DacExceptionType
public enum DacExceptionType

Members

Member name Description
DacException The exception originated from the DAC API.

Remarks

The DacExceptionType enumeration is served by the DacException class.

See Also

Reference

Microsoft.SqlServer.Management.Dac Namespace