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

Inheritance: ApplicationException
Mostra file Open project: QuantumArt/QP

Public Methods

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

Method Details

UnsupportedConstraintException() public method

public UnsupportedConstraintException ( ) : System
return System

UnsupportedConstraintException() public method

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

UnsupportedConstraintException() public method

public UnsupportedConstraintException ( string message, Exception innerException ) : System
message string
innerException Exception
return System