StringLengthAttribute.FormatErrorMessage(String) メソッド

定義

指定したエラー メッセージに書式を適用します

public:
 override System::String ^ FormatErrorMessage(System::String ^ name);
public override string FormatErrorMessage (string name);
override this.FormatErrorMessage : string -> string
Public Overrides Function FormatErrorMessage (name As String) As String

パラメーター

name
String

検証失敗の原因になったフィールドの名前。

戻り値

形式を設定したエラー メッセージです。

例外

maximumLength が負の値です。

- または -

maximumLengthminimumLength より小さい値です。

現在の属性の形式が誤っています。

適用対象