MembershipPasswordAttribute.FormatErrorMessage(String) メソッド

定義

エラーが発生したデータ フィールドの提供された name 基づいてエラー メッセージに書式を適用します。

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

書式設定されたメッセージに含める名前。

戻り値

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

適用対象