MembershipPasswordAttribute.FormatErrorMessage(String) Method

Definition

Applies formatting to an error message based on the provided name of the data field where the error occurred.

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

Parameters

name
String

The name to include in the formatted message.

Returns

The formatted error message.

Applies to