C# 클래스 SharpBrake.Mvc.AirbrakeResponseError

Contains the error message returned from Airbrake.
파일 보기 프로젝트 열기: nhsevidence/SharpBrake.Mvc

공개 메소드들

메소드 설명
AirbrakeResponseError ( string message )

Initializes a new instance of the AirbrakeResponseError class.

ToString ( ) : string

Returns a System.String that represents this instance.

메소드 상세

AirbrakeResponseError() 공개 메소드

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

ToString() 공개 메소드

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