C# Class PhotoSharingApp.Universal.Storage.InvalidImageDimensionsException

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

Public Methods

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

Method Details

InvalidImageDimensionsException() public method

public InvalidImageDimensionsException ( ) : System
return System

InvalidImageDimensionsException() public method

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

InvalidImageDimensionsException() public method

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