GeoIP2Exception Constructor (String, Exception) |
Namespace:
MaxMind.GeoIP2.Exceptions
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax public GeoIP2Exception(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
GeoIP2Exception(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> GeoIP2Exception
Parameters
- message
- Type: SystemString
A message that describes the error. - innerException
- Type: SystemException
The inner exception.
See Also