InvalidDatabaseException Constructor (String) |
Namespace: MaxMind.DbAssembly: MaxMind.Db (in MaxMind.Db.dll) Version: 2.2.0
Syntaxpublic 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