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 nullNothingnullptrunitnull 引用(在 Visual Basic 中为 Nothing).