UnhandledExceptionEventArgs 클래스
정의
애플리케이션 도메인에서 처리되지 않은 예외가 있을 때 발생하는 이벤트에 대한 데이터를 제공합니다.Provides data for the event that is raised when there is an exception that is not handled in any application domain.
public ref class UnhandledExceptionEventArgs : EventArgs
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public class UnhandledExceptionEventArgs : EventArgs
type UnhandledExceptionEventArgs = class
inherit EventArgs
Public Class UnhandledExceptionEventArgs
Inherits EventArgs
- 상속
- 특성
설명
UnhandledExceptionEventArgs 예외 개체 및 공용 언어 런타임 종료 여부를 나타내는 플래그에 대 한 액세스를 제공 합니다.UnhandledExceptionEventArgs provides access to the exception object and a flag indicating whether the common language runtime is terminating. UnhandledExceptionEventArgs 전달 된 매개 변수 중 하나인 UnhandledExceptionEventHandler 에 대 한는 AppDomain.UnhandledException 이벤트입니다.The UnhandledExceptionEventArgs is one of the parameters passed into UnhandledExceptionEventHandler for the AppDomain.UnhandledException event.
이벤트 처리기 대리자에 대 한 자세한 내용은 참조 하세요. 이벤트 처리 및 발생합니다.For more information about event handler delegates, see Handling and Raising Events.
생성자
UnhandledExceptionEventArgs(Object, Boolean) |
예외 개체 및 공용 언어 런타임 종료 플래그를 사용하여 UnhandledExceptionEventArgs 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the UnhandledExceptionEventArgs class with the exception object and a common language runtime termination flag. |
속성
ExceptionObject |
처리되지 않은 예외 개체를 가져옵니다.Gets the unhandled exception object. |
IsTerminating |
공용 언어 런타임의 종료 여부를 나타냅니다.Indicates whether the common language runtime is terminating. |
메서드
Equals(Object) |
지정한 개체와 현재 개체가 같은지 여부를 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |