HttpException Constructor (String) |
Constructor.
Namespace:
MaxMind.MinFraud.Exception
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic HttpException(
string message
)
Public Sub New (
message As String
)
public:
HttpException(
String^ message
)
new :
message : string -> HttpException
Parameters
- message
- Type: SystemString
A message describing the reason why the exception was thrown.
See Also