C# Class Pepino.ScenarioRunner.Application.ApiException

Inheritance: System.Exception
ファイルを表示 Open project: AcklenAvenue/Pepino

Public Methods

Method Description
ApiException ( System.Guid apiStepId, HttpStatusCode httpStatusCode, string messageException ) : System

Method Details

ApiException() public method

public ApiException ( System.Guid apiStepId, HttpStatusCode httpStatusCode, string messageException ) : System
apiStepId System.Guid
httpStatusCode HttpStatusCode
messageException string
return System