MaxLengthAttribute.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

要包含在格式化字符串中的名称。

返回

用于描述最大可接受长度的本地化字符串。

适用于