Share via


PolicyFeatureNotEnabledException-Klasse

Stellt eine Ausnahme dar, die auftritt, wenn eine Richtlinie nicht aktiviert ist.

Vererbungshierarchie

System.Object
  System.Exception
    Microsoft.Office.RecordsManagement.PolicyFeatures.PolicyFeatureNotEnabledException

Namespace:  Microsoft.Office.RecordsManagement.PolicyFeatures
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class PolicyFeatureNotEnabledException _
    Inherits Exception
'Usage
Dim instance As PolicyFeatureNotEnabledException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class PolicyFeatureNotEnabledException : Exception

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

PolicyFeatureNotEnabledException-Member

Microsoft.Office.RecordsManagement.PolicyFeatures-Namespace