UnhandledExceptionEventArgs 类   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为 My.Application.UnhandledException 事件提供数据。
public ref class UnhandledExceptionEventArgs : System::Threading::ThreadExceptionEventArgs
	[System.Runtime.InteropServices.ComVisible(false)]
public class UnhandledExceptionEventArgs : System.Threading.ThreadExceptionEventArgs
	[<System.Runtime.InteropServices.ComVisible(false)>]
type UnhandledExceptionEventArgs = class
    inherit ThreadExceptionEventArgs
	Public Class UnhandledExceptionEventArgs
Inherits ThreadExceptionEventArgs
		- 继承
 
- 属性
 
注解
当 UnhandledException 实现 Visual Basic 应用程序模型的应用程序中发生未经处理的异常时,会发生 该事件。 有关详细信息,请参阅 Visual Basic 应用程序模型概述。
UnhandledExceptionEventArgs 包含 Exception 发生的 ,并指示应用程序是否应在退出异常处理程序时退出。
构造函数
| UnhandledExceptionEventArgs(Boolean, Exception) | 
		 初始化 UnhandledExceptionEventArgs 类的新实例。  | 
        	
属性
| Exception | 
		 获取已发生的 Exception。 (继承自 ThreadExceptionEventArgs) | 
        	
| ExitApplication | 
		 指示应用程序是否应在退出异常处理程序时退出。  | 
        	
方法
| Equals(Object) | 
		 确定指定对象是否等于当前对象。 (继承自 Object) | 
        	
| GetHashCode() | 
		 作为默认哈希函数。 (继承自 Object) | 
        	
| GetType() | 
		 获取当前实例的 Type。 (继承自 Object) | 
        	
| MemberwiseClone() | 
		 创建当前 Object 的浅表副本。 (继承自 Object) | 
        	
| ToString() | 
		 返回表示当前对象的字符串。 (继承自 Object) |