DefaultModelBindingMessageProvider.NonPropertyAttemptedValueIsInvalidAccessor プロパティ

定義

が 型FormatExceptionまたは OverflowExceptionの場合にモデル バインド システムがException追加するエラー メッセージ。値が既知で、エラーがコレクション要素またはパラメーターに関連付けられています。

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

プロパティ値

既定値 String は "値 '{0}' が無効です。" です。

適用対象