DiscoveryDuplicateSourceException class

Represents an eDiscovery exception that is thrown when a source is not unique.

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 NotInheritable Class DiscoveryDuplicateSourceException _
    Inherits DiscoveryException
'Usage
Dim instance As DiscoveryDuplicateSourceException
[SerializableAttribute]
public sealed class DiscoveryDuplicateSourceException : DiscoveryException

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

DiscoveryDuplicateSourceException members

Microsoft.Office.Server.Discovery namespace