C# Class Quantumart.QP8.BLL.Exceptions.UnsupportedConstraintException

Inheritance: ApplicationException
Afficher le fichier Open project: QuantumArt/QP

Méthodes publiques

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

Method Details

UnsupportedConstraintException() public méthode

public UnsupportedConstraintException ( ) : System
Résultat System

UnsupportedConstraintException() public méthode

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

UnsupportedConstraintException() public méthode

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