C# Class PayPal.MissingCredentialException

Represents an error that occurred in the PayPal SDK when application credentials are required.
Inheritance: PayPalException
Afficher le fichier Open project: paypal/PayPal-NET-SDK

Méthodes publiques

Méthode Description
MissingCredentialException ( string message )

Represents errors where certain credential information is required but missing.

Method Details

MissingCredentialException() public méthode

Represents errors where certain credential information is required but missing.
public MissingCredentialException ( string message )
message string The message that describes the error