C# Class Zetbox.Client.Presentables.UIExceptionReporter

Inheritance: IUIExceptionReporter
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Свойство Type Description
SyncRoot object

Méthodes publiques

Méthode Description
BeginInit ( ) : void
EndInit ( ) : void
Show ( Exception ex ) : void
UIExceptionReporter ( ILifetimeScope scope ) : System

Private Methods

Méthode Description
Setup ( ) : void

Method Details

BeginInit() public méthode

public BeginInit ( ) : void
Résultat void

EndInit() public méthode

public EndInit ( ) : void
Résultat void

Show() public méthode

public Show ( Exception ex ) : void
ex System.Exception
Résultat void

UIExceptionReporter() public méthode

public UIExceptionReporter ( ILifetimeScope scope ) : System
scope ILifetimeScope
Résultat System

Property Details

SyncRoot public_oe static_oe property

public static object SyncRoot
Résultat object