ActionContextRaiseError Method

Raise an error message.

Definition

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

Parameters

message  String
Message to raise.

Return Value

Boolean
Always returns false.

See Also