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

Captures a string message, optionally formatted with arguments, as sent to Sentry.
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
SentryMessage ( string format ) : System

Initializes a new instance of the SentryMessage class.

ToString ( ) : string

Returns a System.String that represents this instance.

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

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

Initializes a new instance of the SentryMessage class.
public SentryMessage ( string format ) : System
format string The format.
Результат System

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

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