C# Класс Concordion.Internal.Listener.ExceptionRenderer

Наследование: IExceptionCaughtListener
Показать файл Открыть проект Примеры использования класса

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