ServicesExceptionNotHandledEventArgs.Exception 属性
定义
获取此服务未能处理的异常。Gets the exception that could not be handled by the service.
public:
property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception
属性值
一个 Exception,表示此服务未能处理的异常。A Exception that represents the exception that could not be handled by the service.