IsFatal Property

MCManager API

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

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

Syntax

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

See Also