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