ReturnMessage.Exception 属性
定义
获取在远程方法调用期间引发的异常。Gets the exception that was thrown during the remote method call.
public:
property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
[get: System.Security.SecurityCritical]
public Exception Exception { get; }
member this.Exception : Exception
[<get: System.Security.SecurityCritical>]
member this.Exception : Exception
Public ReadOnly Property Exception As Exception
属性值
在方法调用期间引发的异常;或者如果在调用期间未出现异常,则为 null。The exception thrown during the method call, or null if an exception did not occur during the call.
实现
- 属性