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
Mostrar archivo Open project: Microsoft/Appsample-Photosharing

Public Methods

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

Method Details

CategoryRequiredException() public method

public CategoryRequiredException ( ) : System
return System

CategoryRequiredException() public method

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

CategoryRequiredException() public method

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