MethodReturnMessageWrapper.Exception 속성

정의

메서드 호출 중에 throw된 예외를 가져오거나, 메서드가 예외를 throw하지 않은 경우 null을 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 virtual property Exception ^ Exception { Exception ^ get(); void set(Exception ^ value); };
public virtual Exception Exception { get; set; }
public virtual Exception Exception { [System.Security.SecurityCritical] get; set; }
member this.Exception : Exception with get, set
[<get: System.Security.SecurityCritical>]
member this.Exception : Exception with get, set
Public Overridable Property Exception As Exception

속성 값

메서드 호출 중에 throw된 Exception이거나, 메서드가 예외를 throw하지 않은 경우 null입니다.

특성

설명

메서드는 원격 개체에 속합니다.

적용 대상