Click or drag to resize

MinFraudException Constructor (String, Exception)

Constructor.

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

Parameters

message
Type: SystemString
Exception message.
innerException
Type: SystemException
The underlying exception that caused this one.
See Also