TermStoreOperationException Class
Represents an exception that indicates taxonomy-specific exceptions that occur during operations within a TermStore object.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.SharePoint.Taxonomy.TermStoreOperationException
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class TermStoreOperationException _
Inherits Exception
'Usage
Dim instance As TermStoreOperationException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class TermStoreOperationException : 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.