C# Class PhotoSharingApp.Universal.Store.InAppPurchaseException

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

Public Methods

Method Description
InAppPurchaseException ( ) : System
InAppPurchaseException ( string message ) : System
InAppPurchaseException ( string message, Exception innerException ) : System

Method Details

InAppPurchaseException() public method

public InAppPurchaseException ( ) : System
return System

InAppPurchaseException() public method

public InAppPurchaseException ( string message ) : System
message string
return System

InAppPurchaseException() public method

public InAppPurchaseException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System