RequiredAttributeAdapter.GetErrorMessage(ModelValidationContextBase) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the error message.
public:
 override System::String ^ GetErrorMessage(Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ModelValidationContextBase ^ validationContext);
	public override string GetErrorMessage(Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ModelValidationContextBase validationContext);
	override this.GetErrorMessage : Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ModelValidationContextBase -> string
	Public Overrides Function GetErrorMessage (validationContext As ModelValidationContextBase) As String
	Parameters
- validationContext
 - ModelValidationContextBase
 
The context to use in message creation.
Returns
The localized error message.