共用方式為


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 命名空間