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


Свойство ExceptionMessageBox.InnerException

Gets or sets the Exception instance associated with the lower-level message(s).

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

Синтаксис

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

value = instance.InnerException

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

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

Тип: System.Exception
An Exception object.

Замечания

The default value is nullпустая ссылка (Nothing в Visual Basic).

См. также

Справочник

ExceptionMessageBox Класс

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