InsufficientFundsException Constructor (String, Exception) |
Constructor.
Namespace:
MaxMind.MinFraud.Exception
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic InsufficientFundsException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
InsufficientFundsException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> InsufficientFundsException
Parameters
- message
- Type: SystemString
Exception message. - innerException
- Type: SystemException
The underlying exception that caused this one.
See Also