ValidationResult.ErrorDetails Property
Do not reference this member directly in your code. It supports the SQL Server infrastructure.. 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
Property Value
Type: System.Exception
A Exception value containing the exception details. If no exception was thrown, this value will be nulla null reference (Nothing in Visual Basic).