Compartir a través de


ErrorDetails Propiedad

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.. Gets an Exception value containing details on the error thrown during validation.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Property ErrorDetails As Exception
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .Exception
A Exception value containing the exception details. If no exception was thrown, this value will be nullNothingnullptrunites una referencia NULL (Nothing en Visual Basic)..