HttpException Constructor (String, HttpStatusCode, Uri) |
Namespace:
MaxMind.GeoIP2.Exceptions
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax public 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 -> HttpException
Parameters
- 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