C# Class Kooboo.Commerce.Rules.UnrecognizedParameterException

Inheritance: System.Exception
Exibir arquivo Open project: Kooboo/Ecommerce

Public Methods

Method Description
UnrecognizedParameterException ( ) : System
UnrecognizedParameterException ( string message ) : System
UnrecognizedParameterException ( string message, Exception inner ) : System

Protected Methods

Method Description
UnrecognizedParameterException ( System info, System context ) : System

Method Details

UnrecognizedParameterException() public method

public UnrecognizedParameterException ( ) : System
return System

UnrecognizedParameterException() protected method

protected UnrecognizedParameterException ( System info, System context ) : System
info System
context System
return System

UnrecognizedParameterException() public method

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

UnrecognizedParameterException() public method

public UnrecognizedParameterException ( string message, Exception inner ) : System
message string
inner System.Exception
return System