C# Class Bosphorus.Configuration.Core.Decoration.Safe.ParameterNotExistsException

Inheritance: Bosphorus.Common.Clr.Exception.ExceptionBase
Exibir arquivo Open project: BosphorusTeam/bosphorus.configuration

Public Methods

Method Description
ParameterNotExistsException ( IParameterProvider parameterProvider, string parameterName ) : Bosphorus.Common.Clr.Exception

Method Details

ParameterNotExistsException() public method

public ParameterNotExistsException ( IParameterProvider parameterProvider, string parameterName ) : Bosphorus.Common.Clr.Exception
parameterProvider IParameterProvider
parameterName string
return Bosphorus.Common.Clr.Exception