OutOfQueriesException Constructor (String) |
Namespace:
MaxMind.GeoIP2.Exceptions
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax public OutOfQueriesException(
string message
)
Public Sub New (
message As String
)
public:
OutOfQueriesException(
String^ message
)
new :
message : string -> OutOfQueriesException
Parameters
- message
- Type: SystemString
A message that describes the error.
See Also