DataAnnotationsModelValidator.GetLocalizedErrorMessage(String) 메서드

정의

모델에 대한 지역화된 오류 메시지를 가져옵니다.

protected:
 virtual System::String ^ GetLocalizedErrorMessage(System::String ^ errorMessage);
protected virtual string GetLocalizedErrorMessage (string errorMessage);
abstract member GetLocalizedErrorMessage : string -> string
override this.GetLocalizedErrorMessage : string -> string
Protected Overridable Function GetLocalizedErrorMessage (errorMessage As String) As String

매개 변수

errorMessage
String

지역화할 오류 메시지입니다.

반환

오류 메시지의 지역화된 버전입니다.

적용 대상