다음을 통해 공유


ReturnMessage.Exception 속성

정의

원격 메서드 호출을 수행하는 동안 throw되는 예외를 가져옵니다.

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
public Exception Exception { [System.Security.SecurityCritical] get; }
member this.Exception : Exception
[<get: System.Security.SecurityCritical>]
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

속성 값

메서드를 호출하는 동안 throw되는 예외이거나, 호출하는 동안 예외가 발생하지 않은 경우 null입니다.

구현

특성

적용 대상