Freigeben über


ErrorDetails-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.. Gets an Exception value containing details on the error thrown during validation.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property ErrorDetails As Exception
    Get
'Usage
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

Eigenschaftswert

Typ: System. . :: . .Exception
A Exception value containing the exception details. If no exception was thrown, this value will be nullNothingnullptrunitein NULL-Verweis (Nothing in Visual Basic).