C# Class GiantBomb.Api.GiantBombHttpException

Inheritance: System.Exception
Afficher le fichier Open project: kamranayub/GiantBomb-CSharp

Méthodes publiques

Méthode Description
GiantBombHttpException ( string message, Exception innerEx, string response = null ) : System
GiantBombHttpException ( string message, string response = null ) : System

Method Details

GiantBombHttpException() public méthode

public GiantBombHttpException ( string message, Exception innerEx, string response = null ) : System
message string
innerEx System.Exception
response string
Résultat System

GiantBombHttpException() public méthode

public GiantBombHttpException ( string message, string response = null ) : System
message string
response string
Résultat System