Click or drag to resize

AuthenticationException Constructor (String, Exception)

Constructor.

Namespace:  MaxMind.MinFraud.Exception
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public AuthenticationException(
	string message,
	Exception innerException
)

Parameters

message
Type: System.String
Exception message.
innerException
Type: System.Exception
The underlying exception that caused this one.
See Also