C# Class GiantBomb.Api.GiantBombHttpException

Inheritance: System.Exception
Show file Open project: kamranayub/GiantBomb-CSharp

Public Methods

Method Description
GiantBombHttpException ( string message, Exception innerEx, string response = null ) : System
GiantBombHttpException ( string message, string response = null ) : System

Method Details

GiantBombHttpException() public method

public GiantBombHttpException ( string message, Exception innerEx, string response = null ) : System
message string
innerEx System.Exception
response string
return System

GiantBombHttpException() public method

public GiantBombHttpException ( string message, string response = null ) : System
message string
response string
return System