C# 클래스 GiantBomb.Api.GiantBombHttpException

상속: System.Exception
파일 보기 프로젝트 열기: kamranayub/GiantBomb-CSharp

공개 메소드들

메소드 설명
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