C# Класс PhotoSharingApp.Universal.Store.InAppPurchaseException

Thrown when a purchase of an in-app product was not successful.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
InAppPurchaseException ( ) : System
InAppPurchaseException ( string message ) : System
InAppPurchaseException ( string message, Exception innerException ) : System

Описание методов

InAppPurchaseException() публичный Метод

public InAppPurchaseException ( ) : System
Результат System

InAppPurchaseException() публичный Метод

public InAppPurchaseException ( string message ) : System
message string
Результат System

InAppPurchaseException() публичный Метод

public InAppPurchaseException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System