recls C# mapping

ReclsException Class

The exception type used by the recls API

For a list of all members of this type, see ReclsException Members.

System.Object
   Exception
      ApplicationException
         ReclsException

[Visual Basic]
Public Class ReclsException
Inherits ApplicationException
[C#]
public class ReclsException : ApplicationException

Remarks

Instances of this exception are throw when error conditions are encountered. They are not thrown when a search returns no items, since that is a valid search result.

Requirements

Namespace: recls

Assembly: recls.NET (in recls.NET.dll)

See Also

ReclsException Members | recls Namespace