C# 클래스 Concordion.Internal.Listener.ExceptionRenderer

상속: IExceptionCaughtListener
파일 보기 프로젝트 열기: concordion/concordion-net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
EnsureDocumentHasTogglingScript void
ExceptionMessage Concordion.Api.Element
ExpectedSpan Concordion.Api.Element
RecursivelyAppendStackTrace void
StackTrace Concordion.Api.Element
StackTraceElement Concordion.Api.Element
StackTraceTogglingButton Element

공개 메소드들

메소드 설명
ExceptionCaught ( ExceptionCaughtEvent caughtEvent ) : void
ExceptionRenderer ( ) : System

비공개 메소드들

메소드 설명
EnsureDocumentHasTogglingScript ( Element element ) : void
ExceptionMessage ( string exceptionMessage ) : Element
ExpectedSpan ( Element element ) : Element
RecursivelyAppendStackTrace ( Exception exception, Element stackTrace ) : void
StackTrace ( Exception exception, string expression ) : Element
StackTraceElement ( string stackTraceText ) : Element
StackTraceTogglingButton ( ) : Element

메소드 상세

ExceptionCaught() 공개 메소드

public ExceptionCaught ( ExceptionCaughtEvent caughtEvent ) : void
caughtEvent Concordion.Api.Listener.ExceptionCaughtEvent
리턴 void

ExceptionRenderer() 공개 메소드

public ExceptionRenderer ( ) : System
리턴 System