C# Class Softeq.NetKit.InAppPurchase.Exceptions.BaseAppPurchaseException

Inheritance: Exception
Mostrar archivo Open project: Softeq/NetKit.InAppPurchase

Protected Methods

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

Method Details

BaseAppPurchaseException() protected method

protected BaseAppPurchaseException ( string message ) : System
message string
return System

BaseAppPurchaseException() protected method

protected BaseAppPurchaseException ( string message, Exception innerException ) : System
message string
innerException Exception
return System