DiscoveryException class

Represents an eDiscovery-specific exception..

Inheritance hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.SharePoint.SPException
        Microsoft.Office.Server.Discovery.DiscoveryException
          Microsoft.Office.Server.Discovery.DiscoveryDuplicateSourceException

Namespace:  Microsoft.Office.Server.Discovery
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DiscoveryException _
    Inherits SPException
'Usage
Dim instance As DiscoveryException
[SerializableAttribute]
public class DiscoveryException : SPException

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

DiscoveryException members

Microsoft.Office.Server.Discovery namespace