C# Class Zayko.Dialogs.UnhandledExceptionDlg.SendExceptionClickEventArgs

Inheritance: System.EventArgs
Mostra 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_oe property

public bool RestartApp
return bool

SendExceptionDetails public_oe property

public bool SendExceptionDetails
return bool

UnhandledException public_oe property

public Exception,System UnhandledException
return System.Exception