C# 클래스 ApiCore.ApiRequestErrorException

상속: System.Exception
파일 보기 프로젝트 열기: nolka/vkdotnet

공개 프로퍼티들

프로퍼티 타입 설명
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