Indicates whether an error was detected or not

Remarks

The error will be ignored if the configuration variable "EasyErrorHandlerActive" is set to false or if it happened within the same error interval configured as "EasyErrorHandlerSameErrorInterval"

Namespace:  MicroMighty.SDK.Web.Tools
Assembly:  MicroMighty.SDK.Web (in MicroMighty.SDK.Web.dll)

Syntax

Visual Basic (Declaration)
Public Property ErrorReported As Boolean
C#
public bool ErrorReported { get; set; }
Visual C++
public:
property bool ErrorReported {
	bool get ();
	void set (bool value);
}
JavaScript
function get_errorReported();
function set_errorReported(value);

See Also