Свойство 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 nullNothingnullptrunitпустая ссылка (Nothing в Visual Basic).