AuthenticationException Constructor (String, Exception) |
Namespace: MaxMind.GeoIP2.ExceptionsAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic AuthenticationException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
AuthenticationException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> AuthenticationException
Parameters
- message
- Type: SystemString
A message explaining the cause of the error. - innerException
- Type: SystemException
The inner exception.
See Also