GeoIP2Exception Constructor (String) |
Namespace: MaxMind.GeoIP2.ExceptionsAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic GeoIP2Exception(
string message
)
Public Sub New (
message As String
)
public:
GeoIP2Exception(
String^ message
)
new :
message : string -> GeoIP2Exception
Parameters
- message
- Type: SystemString
A message that describes the error.
See Also