C# Class TQL.RDL.Exceptions.InjectParameterHasDefaultValueException

Inheritance: Exception
Datei anzeigen Open project: Puchaczov/TQL.RDL

Public Methods

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

Method Details

InjectParameterHasDefaultValueException() public method

public InjectParameterHasDefaultValueException ( ) : System
return System

InjectParameterHasDefaultValueException() public method

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

InjectParameterHasDefaultValueException() public method

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