C# Class PhotoSharingApp.Universal.Store.InAppPurchaseException

Thrown when a purchase of an in-app product was not successful.
Inheritance: System.Exception
Afficher le fichier Open project: Microsoft/Appsample-Photosharing

Méthodes publiques

Méthode Description
InAppPurchaseException ( ) : System
InAppPurchaseException ( string message ) : System
InAppPurchaseException ( string message, Exception innerException ) : System

Method Details

InAppPurchaseException() public méthode

public InAppPurchaseException ( ) : System
Résultat System

InAppPurchaseException() public méthode

public InAppPurchaseException ( string message ) : System
message string
Résultat System

InAppPurchaseException() public méthode

public InAppPurchaseException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System