Propriété ErrorDetails
Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Gets an Exception value containing details on the error thrown during validation.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ErrorDetails As Exception
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Exception
A Exception value containing the exception details. If no exception was thrown, this value will be nullNothingnullptrunitune référence Null (Nothing dans Visual Basic).