FirstChanceExceptionEventArgs.Exception 属性

定义

与托管代码中引发的异常对应的托管异常对象。

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

属性值

新引发的异常。

注解

处理 AppDomain.UnhandledException 事件的方法可以检查异常并执行适当的日志记录或其他通知服务。

有关示例代码,请参阅 FirstChanceExceptionEventArgs

适用于