C# Class SharpBrake.Mvc.AirbrakeResponseError

Contains the error message returned from Airbrake.
Afficher le fichier Open project: nhsevidence/SharpBrake.Mvc

Méthodes publiques

Méthode Description
AirbrakeResponseError ( string message )

Initializes a new instance of the AirbrakeResponseError class.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

AirbrakeResponseError() public méthode

Initializes a new instance of the AirbrakeResponseError class.
public AirbrakeResponseError ( string message )
message string The message.

ToString() public méthode

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