Sdílet prostřednictvím


IModelBindingMessageProvider.AttemptedValueIsInvalidAccessor Vlastnost

Definice

Chybová zpráva, kterou systém vazby modelu přidá, pokud Exception je typ FormatException nebo OverflowException a je známa hodnota.

public:
 property Func<System::String ^, System::String ^, System::String ^> ^ AttemptedValueIsInvalidAccessor { Func<System::String ^, System::String ^, System::String ^> ^ get(); };
public Func<string,string,string> AttemptedValueIsInvalidAccessor { get; }
member this.AttemptedValueIsInvalidAccessor : Func<string, string, string>
Public ReadOnly Property AttemptedValueIsInvalidAccessor As Func(Of String, String, String)

Hodnota vlastnosti

Výchozí String hodnota je "Hodnota '{0}' není platná pro {1}".

Platí pro