InvalidDocumentIdProviderException Class
Represents a message indicating that the system has determined that the lDocumentIdProvider object is invalid.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Office.DocumentManagement.InvalidDocumentIdProviderException
Namespace: Microsoft.Office.DocumentManagement
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class InvalidDocumentIdProviderException _
Inherits Exception
'Usage
Dim instance As InvalidDocumentIdProviderException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class InvalidDocumentIdProviderException : Exception
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.