C# Class SharpRaven.Data.SentryMessage

Captures a string message, optionally formatted with arguments, as sent to Sentry.
Afficher le fichier Open project: getsentry/raven-csharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
SentryMessage ( string format ) : System

Initializes a new instance of the SentryMessage class.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

SentryMessage() public méthode

Initializes a new instance of the SentryMessage class.
public SentryMessage ( string format ) : System
format string The format.
Résultat System

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string