C# Class Zetbox.Client.Presentables.ExceptionReporterViewModel

Inheritance: WindowViewModel
Show file Open project: daszat/zetbox Class Usage Examples

Public Methods

Method Description
AddException ( Exception ex, Bitmap bitmap ) : void
Cancel ( ) : void
ExceptionReporterViewModel ( IViewModelDependencies appCtx, IZetboxContext dataCtx, Zetbox.Client.Presentables.ViewModel parent, IProblemReporter problemReporter ) : System
Report ( ) : void

Protected Methods

Method Description
OnClose ( ) : void

Private Methods

Method Description
Clear ( ) : void

Method Details

AddException() public method

public AddException ( Exception ex, Bitmap bitmap ) : void
ex System.Exception
bitmap System.Drawing.Bitmap
return void

Cancel() public method

public Cancel ( ) : void
return void

ExceptionReporterViewModel() public method

public ExceptionReporterViewModel ( IViewModelDependencies appCtx, IZetboxContext dataCtx, Zetbox.Client.Presentables.ViewModel parent, IProblemReporter problemReporter ) : System
appCtx IViewModelDependencies
dataCtx IZetboxContext
parent Zetbox.Client.Presentables.ViewModel
problemReporter IProblemReporter
return System

OnClose() protected method

protected OnClose ( ) : void
return void

Report() public method

public Report ( ) : void
return void