C# Class PhotoSharingApp.Universal.Storage.InvalidImageDimensionsException

The exception that is thrown when image dimensions do not meet criteria required for upload.
Inheritance: System.Exception
Afficher le fichier Open project: Microsoft/Appsample-Photosharing

Méthodes publiques

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

Method Details

InvalidImageDimensionsException() public méthode

public InvalidImageDimensionsException ( ) : System
Résultat System

InvalidImageDimensionsException() public méthode

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

InvalidImageDimensionsException() public méthode

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