C# Class Bosphorus.Configuration.Core.Decoration.Exception.ParameterProviderGetValueFailedException

Inheritance: Bosphorus.Common.Clr.Exception.ExceptionBase
Show file Open project: BosphorusTeam/bosphorus.configuration

Public Methods

Method Description
ParameterProviderGetValueFailedException ( IParameterProvider parameterProvider, string parameterName, System exception ) : Bosphorus.Common.Clr.Exception

Method Details

ParameterProviderGetValueFailedException() public method

public ParameterProviderGetValueFailedException ( IParameterProvider parameterProvider, string parameterName, System exception ) : Bosphorus.Common.Clr.Exception
parameterProvider IParameterProvider
parameterName string
exception System
return Bosphorus.Common.Clr.Exception