다음을 통해 공유


Error 속성

동작 단계에 오류가 있을 때 발생하는 예외를 가져오거나 설정합니다.

네임스페이스:  Microsoft.SqlServer.Management.Dac
어셈블리:  Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)

구문

‘선언
Public Property Error As Exception
    Get
    Set
‘사용 방법
Dim instance As DacActionEventArgs
Dim value As Exception

value = instance.Error

instance.Error = value
public Exception Error { get; set; }
public:
property Exception^ Error {
    Exception^ get ();
    void set (Exception^ value);
}
member Error : Exception with get, set
function get Error () : Exception
function set Error (value : Exception)

속성 값

유형: System. . :: . .Exception
오류를 포함하는 Exception 값입니다.