Edit

ServiceDisabledException Class

Definition

The exception thrown when the user could not get access to content due to the service being disabled.

[System.Serializable]
public class ServiceDisabledException : Microsoft.InformationProtection.Exceptions.AccessDeniedException
[<System.Serializable>]
type ServiceDisabledException = class
    inherit AccessDeniedException
Public Class ServiceDisabledException
Inherits AccessDeniedException
Inheritance
ServiceDisabledException
Attributes

Constructors

Name Description
ServiceDisabledException(ServiceDisablementExtent, String)

Constructor for ServiceDisabledException

Properties

Name Description
Extent

Gets the extent for which the service is disabled.

Applies to