[This is preliminary documentation and is subject to change.]

Gets the error flag for the last error that has occured. Normally this flag is set when a user defined exception occurs.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static int ErrFlag { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property ErrFlag As Integer
Visual C++
public:
static property int ErrFlag {
	int get ();
}

See Also