C# Class PhotoSharingApp.Universal.Models.CategoryRequiredException

The exception that is thrown when a category is required, but the user has not selected any.
Inheritance: System.Exception
Afficher le fichier Open project: Microsoft/Appsample-Photosharing

Méthodes publiques

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

Method Details

CategoryRequiredException() public méthode

public CategoryRequiredException ( ) : System
Résultat System

CategoryRequiredException() public méthode

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

CategoryRequiredException() public méthode

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