C# Class TinyPng.TinyPngApiException

Inheritance: System.Exception
Afficher le fichier Open project: ctolkien/TinyPNG

Méthodes publiques

Méthode Description
TinyPngApiException ( int statusCode, string statusReasonPhrase, string errorTitle, string errorMessage ) : System

Method Details

TinyPngApiException() public méthode

public TinyPngApiException ( int statusCode, string statusReasonPhrase, string errorTitle, string errorMessage ) : System
statusCode int
statusReasonPhrase string
errorTitle string
errorMessage string
Résultat System