See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
JobErrorInfo Class

Records error messages after an IndexJob, SearchJob, FileConverter, etc.

dtSearch::Engine::DisposableObject
    dtSearch::Engine::JobErrorInfo
C#
public class JobErrorInfo : DisposableObject;
Visual Basic
Public Class JobErrorInfo
Inherits DisposableObject
Remarks

For each error, a code and a string message are returned. A single job may return more than one error. Use the ErrorCodes enumeration to interpret the value of ErrorCode.  

Previous versions implemented the IDisposable interface because of the need to release unmanaged resources. JobErrorInfo no longer uses any unmanaged resources, but the IDisposable interface was retained for backward compatibility.  

 

See Also
You are here: dtSearch::Engine Namespace > JobErrorInfo Class
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.