C# Class SharpBrake.Mvc.Serialization.AirbrakeServerEnvironment

Contains information about the environment in which the error occurred.
Afficher le fichier Open project: nhsevidence/SharpBrake.Mvc

Private Properties

Свойство Type Description
AirbrakeServerEnvironment System

Méthodes publiques

Méthode Description
AirbrakeServerEnvironment ( string environmentName ) : System

Initializes a new instance of the AirbrakeServerEnvironment class.

Private Methods

Méthode Description
AirbrakeServerEnvironment ( ) : System

Method Details

AirbrakeServerEnvironment() public méthode

Initializes a new instance of the AirbrakeServerEnvironment class.
public AirbrakeServerEnvironment ( string environmentName ) : System
environmentName string Name of the environment.
Résultat System