C# Class SharpBrake.Mvc.AirbrakeResponseError

Contains the error message returned from Airbrake.
Show file Open project: nhsevidence/SharpBrake.Mvc

Public Methods

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

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

ToString() public method

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