DacException.DacExceptionType プロパティ

Gets the type of the exception.

名前空間:  Microsoft.SqlServer.Management.Dac
アセンブリ:  Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)

構文

'宣言

Public Overridable ReadOnly Property DacExceptionType As DacExceptionType
    Get
'使用

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

プロパティ値

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

関連項目

参照

DacException クラス

Microsoft.SqlServer.Management.Dac 名前空間