DacException.DacExceptionType Property

Gets the type of the exception.

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

Syntax

'Declaration
Public Overridable ReadOnly Property DacExceptionType As DacExceptionType
    Get
'Usage
Dim instance As DacException
Dim value As DacExceptionType

value = instance.DacExceptionType
public virtual DacExceptionType DacExceptionType { get; }
public:
virtual property DacExceptionType DacExceptionType {
    DacExceptionType get ();
}
abstract DacExceptionType : DacExceptionType
override DacExceptionType : DacExceptionType
function get DacExceptionType () : DacExceptionType

Property Value

Type: Microsoft.SqlServer.Management.Dac.DacExceptionType
A DacExceptionType object value that specifies the type of exception

See Also

Reference

DacException Class

Microsoft.SqlServer.Management.Dac Namespace