다음을 통해 공유


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

서식이 지정된 메시지에 포함할 이름입니다.

반환

서식 지정된 오류 메시지의 인스턴스입니다.

예외

현재 특성 형식이 잘못되었습니다.

설명

오류 메시지는 런타임에 이 메서드에 전달되는 값을 포함 name 하도록 형식이 지정됩니다.

적용 대상