Okapi .NET Library

ILog.GetErrorCount Method 

 [This is preliminary documentation and subject to change.]

Gets the number of errors since the last call to the BeginProcess method.

[Visual Basic]
Function GetErrorCount() As Integer
[C#]
int GetErrorCount();
[C++]
int GetErrorCount();
[JScript]
function GetErrorCount(): int;

Return Value

The number of errors since the last call to the BeginProcess method.

See Also

ILog Interface | Okapi.Library.Base Namespace