Свойство 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