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
Afficher le fichier Open project: Microsoft/Appsample-Photosharing

Méthodes publiques

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

Method Details

InsufficientBalanceException() public méthode

public InsufficientBalanceException ( ) : System
Résultat System

InsufficientBalanceException() public méthode

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

InsufficientBalanceException() public méthode

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