IsError Property

MCManager API

Is error enabled. This bool property can be useful to do conditonal error chunks to reduce the extra overhead to build the error message.

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public bool IsError { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsError As Boolean
Visual C++
public:
property bool IsError {
	bool get ();
}

See Also