C# Class PhotoSharingApp.Universal.Models.CategoryMatchedException

The exception that is thrown when a matching between two categories has been determined.
Inheritance: System.Exception
Afficher le fichier Open project: Microsoft/Appsample-Photosharing

Méthodes publiques

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

Method Details

CategoryMatchedException() public méthode

public CategoryMatchedException ( ) : System
Résultat System

CategoryMatchedException() public méthode

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

CategoryMatchedException() public méthode

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