C# Class Concordion.Internal.Listener.ExceptionRenderer

Inheritance: IExceptionCaughtListener
Mostra file Open project: concordion/concordion-net Class Usage Examples

Private Properties

Property Type Description
EnsureDocumentHasTogglingScript void
ExceptionMessage Concordion.Api.Element
ExpectedSpan Concordion.Api.Element
RecursivelyAppendStackTrace void
StackTrace Concordion.Api.Element
StackTraceElement Concordion.Api.Element
StackTraceTogglingButton Element

Public Methods

Method Description
ExceptionCaught ( ExceptionCaughtEvent caughtEvent ) : void
ExceptionRenderer ( ) : System

Private Methods

Method Description
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

Method Details

ExceptionCaught() public method

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

ExceptionRenderer() public method

public ExceptionRenderer ( ) : System
return System