C# Класс ApiCore.ApiRequestErrorException

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

Открытые свойства

Свойство Тип Описание
Code int
Description string
ParamsPassed System.Collections.Hashtable

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

Метод Описание
ApiRequestErrorException ( ) : System
ApiRequestErrorException ( string message ) : System
ApiRequestErrorException ( string message, Exception inner ) : System
ApiRequestErrorException ( string errDesc, int code, string description, Hashtable paramsPassed ) : System
ToString ( ) : string

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

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

public ApiRequestErrorException ( ) : System
Результат System

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

public ApiRequestErrorException ( string message ) : System
message string
Результат System

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

public ApiRequestErrorException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System

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

public ApiRequestErrorException ( string errDesc, int code, string description, Hashtable paramsPassed ) : System
errDesc string
code int
description string
paramsPassed System.Collections.Hashtable
Результат System

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

public ToString ( ) : string
Результат string

Описание свойств

Code публичное свойство

public int Code
Результат int

Description публичное свойство

public string Description
Результат string

ParamsPassed публичное свойство

public Hashtable,System.Collections ParamsPassed
Результат System.Collections.Hashtable