C# Class CSJ2K.Color.ColorSpaceException

This exception is thrown when the content of an image contains an incorrect colorspace box
Inheritance: System.Exception
Afficher le fichier Open project: cureos/csj2k

Méthodes publiques

Méthode Description
ColorSpaceException ( ) : System

Empty constructor

ColorSpaceException ( System msg ) : System

Contruct with message

Method Details

ColorSpaceException() public méthode

Empty constructor
public ColorSpaceException ( ) : System
Résultat System

ColorSpaceException() public méthode

Contruct with message
public ColorSpaceException ( System msg ) : System
msg System returned by getMessage() ///
Résultat System