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.