C# 클래스 Zayko.Dialogs.UnhandledExceptionDlg.SendExceptionClickEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: binaryage/xrefresh 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RestartApp bool
SendExceptionDetails bool
UnhandledException System.Exception

공개 메소드들

메소드 설명
SendExceptionClickEventArgs ( bool SendDetailsArg, Exception ExceptionArg, bool RestartAppArg ) : System

메소드 상세

SendExceptionClickEventArgs() 공개 메소드

public SendExceptionClickEventArgs ( bool SendDetailsArg, Exception ExceptionArg, bool RestartAppArg ) : System
SendDetailsArg bool
ExceptionArg System.Exception
RestartAppArg bool
리턴 System

프로퍼티 상세

RestartApp 공개적으로 프로퍼티

public bool RestartApp
리턴 bool

SendExceptionDetails 공개적으로 프로퍼티

public bool SendExceptionDetails
리턴 bool

UnhandledException 공개적으로 프로퍼티

public Exception,System UnhandledException
리턴 System.Exception