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 nullptr unit null 참조(Visual Basic에서는 Nothing) .