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: 9.0.0.0-142fa9725
Syntax
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
ExceptionCondition
InvalidOperationExceptionThe current attribute is malformed.
See Also