C# Класс PhotoSharingApp.Universal.Storage.InvalidImageDimensionsException

The exception that is thrown when image dimensions do not meet criteria required for upload.
Наследование: System.Exception
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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