Поделиться через


Свойство ScriptingErrorEventArgs.InnerException

Gets the exception instance that caused the current exception.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property InnerException As Exception 
    Get
'Применение
Dim instance As ScriptingErrorEventArgs 
Dim value As Exception 

value = instance.InnerException
public Exception InnerException { get; }
public:
property Exception^ InnerException {
    Exception^ get ();
}
member InnerException : Exception
function get InnerException () : Exception

Значение свойства

Тип: System.Exception
An Exception system object value that specifies the exception instance that caused the current exception.

Примеры

Обработка событий SMO

См. также

Справочник

ScriptingErrorEventArgs Класс

Пространство имен Microsoft.SqlServer.Management.Smo