ExceptionMessageBox.InnerException 속성

정의

하위 메시지에 연결된 Exception 인스턴스를 가져오거나 설정합니다.

public:
 property Exception ^ InnerException { Exception ^ get(); void set(Exception ^ value); };
public Exception InnerException { get; set; }
member this.InnerException : Exception with get, set
Public Property InnerException As Exception

속성 값

Exception 개체입니다.

설명

기본값은 null입니다.

적용 대상