C# Class Zetbox.Client.Presentables.UIExceptionReporter

Inheritance: IUIExceptionReporter
Show file Open project: daszat/zetbox

Public Properties

Property Type Description
SyncRoot object

Public Methods

Method Description
BeginInit ( ) : void
EndInit ( ) : void
Show ( Exception ex ) : void
UIExceptionReporter ( ILifetimeScope scope ) : System

Private Methods

Method Description
Setup ( ) : void

Method Details

BeginInit() public method

public BeginInit ( ) : void
return void

EndInit() public method

public EndInit ( ) : void
return void

Show() public method

public Show ( Exception ex ) : void
ex System.Exception
return void

UIExceptionReporter() public method

public UIExceptionReporter ( ILifetimeScope scope ) : System
scope ILifetimeScope
return System

Property Details

SyncRoot public static property

public static object SyncRoot
return object