C# Class Pwinty.Client.PwintyApiException

Inheritance: System.Exception
Mostrar archivo Open project: tomgallard/pwinty-dotnet

Public Methods

Method Description
PwintyApiException ( string errorMessage, HttpStatusCode statusCode ) : System

Method Details

PwintyApiException() public method

public PwintyApiException ( string errorMessage, HttpStatusCode statusCode ) : System
errorMessage string
statusCode HttpStatusCode
return System