C# Класс SharpRaven.Data.ExceptionFrame

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

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
ExceptionFrame ( StackFrame frame ) : System.Collections.Generic

Initializes a new instance of the ExceptionFrame class.

ToString ( ) : string

Returns a System.String that represents this instance.

Описание методов

ExceptionFrame() публичный Метод

Initializes a new instance of the ExceptionFrame class.
public ExceptionFrame ( StackFrame frame ) : System.Collections.Generic
frame StackFrame The .
Результат System.Collections.Generic

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string