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 nullnull 引用(在 Visual Basic 中为 Nothing).

请参阅

参考

ExceptionMessageBox 类

Microsoft.SqlServer.MessageBox 命名空间