C# Class Zayko.Dialogs.UnhandledExceptionDlg.SendExceptionClickEventArgs

Inheritance: System.EventArgs
Show file Open project: binaryage/xrefresh Class Usage Examples

Public Properties

Property Type Description
RestartApp bool
SendExceptionDetails bool
UnhandledException System.Exception

Public Methods

Method Description
SendExceptionClickEventArgs ( bool SendDetailsArg, Exception ExceptionArg, bool RestartAppArg ) : System

Method Details

SendExceptionClickEventArgs() public method

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

Property Details

RestartApp public property

public bool RestartApp
return bool

SendExceptionDetails public property

public bool SendExceptionDetails
return bool

UnhandledException public property

public Exception,System UnhandledException
return System.Exception