MembershipPasswordAttribute.FormatErrorMessage(String) Método
Definição
Aplica formatação a uma mensagem de erro com base no name fornecido do campo de dados em que o erro ocorreu.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
Parâmetros
- name
- String
O nome a ser incluído na mensagem formatada.The name to include in the formatted message.
Retornos
A mensagem de erro formatada.The formatted error message.