C# Class PhotoSharingApp.Universal.Models.CategoryMatchedException

The exception that is thrown when a matching between two categories has been determined.
Inheritance: System.Exception
ファイルを表示 Open project: Microsoft/Appsample-Photosharing

Public Methods

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

Method Details

CategoryMatchedException() public method

public CategoryMatchedException ( ) : System
return System

CategoryMatchedException() public method

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

CategoryMatchedException() public method

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