AuthenticationException Constructor (String) | 
  
    Namespace: 
   MaxMind.GeoIP2.Exceptions
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxpublic AuthenticationException(
	string message
)
Public Sub New ( 
	message As String
)
public:
AuthenticationException(
	String^ message
)
new : 
        message : string -> AuthenticationExceptionParameters
- message
 - Type: SystemString
A message explaining the cause of the error. 
See Also