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

Returns the error id of the last error encountered yb the program when the exception is thrown.

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

Syntax

C#
public int ErrFlag { get; set; }
Visual Basic (Declaration)
Public Property ErrFlag As Integer
Visual C++
public:
property int ErrFlag {
	int get ();
	void set (int value);
}

See Also