C# Class Tests.FakeAirbrakeClient

Inheritance: AirbrakeClient
Afficher le fichier Open project: nhsevidence/SharpBrake.Mvc Class Usage Examples

Méthodes publiques

Méthode Description
FakeAirbrakeClient ( ) : System
Send ( AirbrakeNotice notice ) : void
Send ( Exception exception, string>.IEnumerable extraParams = null ) : void

Method Details

FakeAirbrakeClient() public méthode

public FakeAirbrakeClient ( ) : System
Résultat System

Send() public méthode

public Send ( AirbrakeNotice notice ) : void
notice SharpBrake.Mvc.Serialization.AirbrakeNotice
Résultat void

Send() public méthode

public Send ( Exception exception, string>.IEnumerable extraParams = null ) : void
exception System.Exception
extraParams string>.IEnumerable
Résultat void