C# 클래스 Microsoft.Samples.Debugging.CorDebug.CorExceptionEventArgs

상속: CorThreadEventArgs
파일 보기 프로젝트 열기: LogosBible/monodevelop 1 사용 예제들

공개 메소드들

메소드 설명
CorExceptionEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, bool unhandled ) : System
CorExceptionEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, bool unhandled, ManagedCallbackType callbackType ) : System

메소드 상세

CorExceptionEventArgs() 공개 메소드

public CorExceptionEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, bool unhandled ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
unhandled bool
리턴 System

CorExceptionEventArgs() 공개 메소드

public CorExceptionEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, bool unhandled, ManagedCallbackType callbackType ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
unhandled bool
callbackType ManagedCallbackType
리턴 System