ValidationResult.ErrorDetails 속성

코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.. Gets an Exception value containing details on the error thrown during validation.

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

구문

‘선언
Public ReadOnly Property ErrorDetails As Exception 
    Get
‘사용 방법
Dim instance As ValidationResult 
Dim value As Exception 

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

속성 값

유형: System.Exception
A Exception value containing the exception details. If no exception was thrown, this value will be nullnull 참조(Visual Basic에서는 Nothing).

참고 항목

참조

ValidationResult 클래스

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스