ActionContext.RaiseError Method

Raise an error message.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public bool RaiseError(
	string message
)

Parameters

message  String
Message to raise.

Return Value

Boolean
Always returns false.

See Also