C# Class Pepino.Domain.StepErrorArgs

Show file Open project: AcklenAvenue/Pepino

Public Methods

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

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
return System