C# Класс GiantBomb.Api.GiantBombHttpException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
GiantBombHttpException ( string message, Exception innerEx, string response = null ) : System
GiantBombHttpException ( string message, string response = null ) : System

Описание методов

GiantBombHttpException() публичный Метод

public GiantBombHttpException ( string message, Exception innerEx, string response = null ) : System
message string
innerEx System.Exception
response string
Результат System

GiantBombHttpException() публичный Метод

public GiantBombHttpException ( string message, string response = null ) : System
message string
response string
Результат System