DacExceptionMessage.Exception 属性

Get the exception associated with the event message.

命名空间:  Microsoft.SqlServer.Dac
程序集:  Microsoft.SqlServer.Dac(在 Microsoft.SqlServer.Dac.dll 中)

语法

声明
Public ReadOnly Property Exception As Exception 
    Get
用法
Dim instance As DacExceptionMessage 
Dim value As Exception 

value = instance.Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
member Exception : Exception
function get Exception () : Exception

属性值

类型:System.Exception
The exception object associated with the message.

请参阅

参考

DacExceptionMessage 类

Microsoft.SqlServer.Dac 命名空间