InvalidRequestException Constructor (String, String, Uri, Exception) |
Constructor.
Namespace:
MaxMind.MinFraud.Exception
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic InvalidRequestException(
string message,
string code,
Uri uri,
Exception innerException
)
Public Sub New (
message As String,
code As String,
uri As Uri,
innerException As Exception
)
public:
InvalidRequestException(
String^ message,
String^ code,
Uri^ uri,
Exception^ innerException
)
new :
message : string *
code : string *
uri : Uri *
innerException : Exception -> InvalidRequestException
Parameters
- message
- Type: SystemString
The message from the web service. - code
- Type: SystemString
The machine-readable error code. - uri
- Type: SystemUri
The URI that was queried. - innerException
- Type: SystemException
The underlying exception that caused this one.
See Also