C# Class SharpRaven.Data.SentryMessage

Captures a string message, optionally formatted with arguments, as sent to Sentry.
ファイルを表示 Open project: getsentry/raven-csharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

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

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string