C# Class Pepino.Domain.StepErrorArgs

Afficher le fichier Open project: AcklenAvenue/Pepino

Méthodes publiques

Méthode Description
StepErrorArgs ( System.Guid scenarioId, System.Guid criterionId, System.Guid stepId, System.DateTime now, double duration, Exception exception, string screenShotUrl = null ) : System

Method Details

StepErrorArgs() public méthode

public StepErrorArgs ( System.Guid scenarioId, System.Guid criterionId, System.Guid stepId, System.DateTime now, double duration, Exception exception, string screenShotUrl = null ) : System
scenarioId System.Guid
criterionId System.Guid
stepId System.Guid
now System.DateTime
duration double
exception System.Exception
screenShotUrl string
Résultat System