| HttpException Constructor (String, HttpStatusCode, Uri) | 
 
Namespace: MaxMind.GeoIP2.ExceptionsAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic HttpException(
	string message,
	HttpStatusCode httpStatus,
	Uri uri
)
Public Sub New ( 
	message As String,
	httpStatus As HttpStatusCode,
	uri As Uri
)
public:
HttpException(
	String^ message, 
	HttpStatusCode httpStatus, 
	Uri^ uri
)
new : 
        message : string * 
        httpStatus : HttpStatusCode * 
        uri : Uri -> HttpExceptionParameters
- message
 - Type: SystemString
A message describing the reason why the exception was thrown. - httpStatus
 - Type: System.NetHttpStatusCode
The HTTP status of the response that caused the exception. - uri
 - Type: SystemUri
The URL queried. 
See Also