C# Class PayPal.AlgorithmNotSupportedException

Represents an error that occurred in the PayPal SDK when a hash or security algorithm is not supported.
Inheritance: PayPalException
Show file Open project: paypal/PayPal-NET-SDK

Public Methods

Method Description
AlgorithmNotSupportedException ( string message )

Represents errors where a hash or security algorithm is not supported.

Method Details

AlgorithmNotSupportedException() public method

Represents errors where a hash or security algorithm is not supported.
public AlgorithmNotSupportedException ( string message )
message string The message that describes the error