C# Class PhotoSharingApp.Universal.Services.InsufficientBalanceException

The exception that is thrown when the user gold balance is not sufficient for a specific operation.
Inheritance: System.Exception
Exibir arquivo Open project: Microsoft/Appsample-Photosharing

Public Methods

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

Method Details

InsufficientBalanceException() public method

public InsufficientBalanceException ( ) : System
return System

InsufficientBalanceException() public method

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

InsufficientBalanceException() public method

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