C# Class ContractConfigurator.ContractConfiguratorException

Inheritance: Exception
Show file Open project: jrossignol/ContractConfigurator

Public Methods

Method Description
ContractConfiguratorException ( ContractConfigurator.ConfiguredContract c, Exception innerException ) : System
ContractConfiguratorException ( ContractConfiguratorParameter p, Exception innerException ) : System

Method Details

ContractConfiguratorException() public method

public ContractConfiguratorException ( ContractConfigurator.ConfiguredContract c, Exception innerException ) : System
c ContractConfigurator.ConfiguredContract
innerException Exception
return System

ContractConfiguratorException() public method

public ContractConfiguratorException ( ContractConfiguratorParameter p, Exception innerException ) : System
p ContractConfiguratorParameter
innerException Exception
return System