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

유효성 검사 오류를 발생시킨 필드의 이름입니다.

반환

형식이 지정된 오류 메시지입니다.

적용 대상