Click or drag to resize

RequiredIfAttributeFormatErrorMessage Method

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

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public override string FormatErrorMessage(
	string name
)

Parameters

name
Type: SystemString
The name to include in the formatted message.

Return Value

Type: String
An instance of the formatted error message.
See Also