UnhandledExceptionEventArgs(Object, Boolean) 构造函数

定义

使用异常对象和公共语言运行时终止标志初始化 UnhandledExceptionEventArgs 类的新实例。

public:
 UnhandledExceptionEventArgs(System::Object ^ exception, bool isTerminating);
public UnhandledExceptionEventArgs (object exception, bool isTerminating);
new UnhandledExceptionEventArgs : obj * bool -> UnhandledExceptionEventArgs
Public Sub New (exception As Object, isTerminating As Boolean)

参数

exception
Object

未处理的异常。

isTerminating
Boolean

如果运行库即将终止,则为 true;否则为 false

适用于