C# Class ApiCore.ApiRequestErrorException

Inheritance: System.Exception
Datei anzeigen Open project: nolka/vkdotnet

Public Properties

Property Type Description
Code int
Description string
ParamsPassed System.Collections.Hashtable

Public Methods

Method Description
ApiRequestErrorException ( ) : System
ApiRequestErrorException ( string message ) : System
ApiRequestErrorException ( string message, Exception inner ) : System
ApiRequestErrorException ( string errDesc, int code, string description, Hashtable paramsPassed ) : System
ToString ( ) : string

Method Details

ApiRequestErrorException() public method

public ApiRequestErrorException ( ) : System
return System

ApiRequestErrorException() public method

public ApiRequestErrorException ( string message ) : System
message string
return System

ApiRequestErrorException() public method

public ApiRequestErrorException ( string message, Exception inner ) : System
message string
inner System.Exception
return System

ApiRequestErrorException() public method

public ApiRequestErrorException ( string errDesc, int code, string description, Hashtable paramsPassed ) : System
errDesc string
code int
description string
paramsPassed System.Collections.Hashtable
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Code public_oe property

public int Code
return int

Description public_oe property

public string Description
return string

ParamsPassed public_oe property

public Hashtable,System.Collections ParamsPassed
return System.Collections.Hashtable