C# Класс PhotoSharingApp.Universal.Models.CategoryRequiredException

The exception that is thrown when a category is required, but the user has not selected any.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
CategoryRequiredException ( ) : System
CategoryRequiredException ( string message ) : System
CategoryRequiredException ( string message, Exception innerException ) : System

Описание методов

CategoryRequiredException() публичный Метод

public CategoryRequiredException ( ) : System
Результат System

CategoryRequiredException() публичный Метод

public CategoryRequiredException ( string message ) : System
message string
Результат System

CategoryRequiredException() публичный Метод

public CategoryRequiredException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System