NoFutureDateAttributeFormatErrorMessage Method

Applies formatting to an error message, based on the data field where the error occurred.

Definition

Namespace: Common.Wpf.Attributes
Assembly: Common.Wpf.Resources (in Common.Wpf.Resources.dll) Version: 2.0.6
C#
public override string FormatErrorMessage(
	string name
)

Parameters

name  String
The name to include in the formatted message.

Return Value

String
An instance of the formatted error message.

Exceptions

InvalidOperationExceptionThe current attribute is malformed.

See Also