C# 클래스 Zetbox.Client.Presentables.UIExceptionReporter

상속: IUIExceptionReporter
파일 보기 프로젝트 열기: daszat/zetbox

공개 프로퍼티들

프로퍼티 타입 설명
SyncRoot object

공개 메소드들

메소드 설명
BeginInit ( ) : void
EndInit ( ) : void
Show ( Exception ex ) : void
UIExceptionReporter ( ILifetimeScope scope ) : System

비공개 메소드들

메소드 설명
Setup ( ) : void

메소드 상세

BeginInit() 공개 메소드

public BeginInit ( ) : void
리턴 void

EndInit() 공개 메소드

public EndInit ( ) : void
리턴 void

Show() 공개 메소드

public Show ( Exception ex ) : void
ex System.Exception
리턴 void

UIExceptionReporter() 공개 메소드

public UIExceptionReporter ( ILifetimeScope scope ) : System
scope ILifetimeScope
리턴 System

프로퍼티 상세

SyncRoot 공개적으로 정적으로 프로퍼티

public static object SyncRoot
리턴 object