UnauthorizedAccessEnterpriseManagementException Class

Definition

Represents the exception that is thrown when an authorization manager unauthorized data access error occurs.

public ref class UnauthorizedAccessEnterpriseManagementException : Microsoft::EnterpriseManagement::Common::UnauthorizedAccessMonitoringException
[System.Runtime.Serialization.KnownType(typeof(Microsoft.EnterpriseManagement.Common.UnknownDatabaseException))]
[System.Runtime.Serialization.KnownType(typeof(System.String[]))]
[System.Runtime.Serialization.KnownType(typeof(System.Data.SqlClient.SqlError))]
[System.Serializable]
public class UnauthorizedAccessEnterpriseManagementException : Microsoft.EnterpriseManagement.Common.UnauthorizedAccessMonitoringException
type UnauthorizedAccessEnterpriseManagementException = class
    inherit UnauthorizedAccessMonitoringException
Public Class UnauthorizedAccessEnterpriseManagementException
Inherits UnauthorizedAccessMonitoringException
Inheritance
Attributes

Constructors

UnauthorizedAccessEnterpriseManagementException()

Initializes a new instance of the UnauthorizedAccessEnterpriseManagementException class.

UnauthorizedAccessEnterpriseManagementException(Exception)

Initializes a new instance of the UnauthorizedAccessEnterpriseManagementException class using a reference to the inner exception that is the cause of this exception.

UnauthorizedAccessEnterpriseManagementException(SerializationInfo, StreamingContext)

Initializes a new instance of the UnauthorizedAccessEnterpriseManagementException class using serialized data.

UnauthorizedAccessEnterpriseManagementException(String)

Initializes a new instance of the UnauthorizedAccessEnterpriseManagementException class using the specified error message.

UnauthorizedAccessEnterpriseManagementException(String, Exception)

Initializes a new instance of the UnauthorizedAccessEnterpriseManagementException class using the specified message and a reference to the inner exception that is the cause of this exception.

UnauthorizedAccessEnterpriseManagementException(String, ICollection<String>, Guid, Guid, Guid, Guid)

Initializes a new instance of the UnauthorizedAccessEnterpriseManagementException class using the specified parameters.

UnauthorizedAccessEnterpriseManagementException(String, String, ICollection<String>, Guid, Guid, Guid)

Initializes a new instance of the UnauthorizedAccessEnterpriseManagementException class using the specified parameters.

UnauthorizedAccessEnterpriseManagementException(String, String, ICollection<String>, Guid, Guid, Guid, Guid)

Initializes a new instance of the UnauthorizedAccessEnterpriseManagementException class using the specified parameters.

Properties

ClassId

Gets the Class identifier that caused the exception.

(Inherited from UnauthorizedAccessMonitoringException)
MethodName

Gets the name of the invoked method that caused the exception.

(Inherited from UnauthorizedAccessMonitoringException)
MonitoringClassId
Obsolete.

Gets a globally unique identifier (GUID) for the monitoring class that failed the access check.

(Inherited from UnauthorizedAccessMonitoringException)
MonitoringObjectId
Obsolete.

Gets a globally unique identifier (GUID) for the monitoring object that failed the access check.

(Inherited from UnauthorizedAccessMonitoringException)
MonitoringTaskId
Obsolete.

Gets a globally unique identifier (GUID) for the monitoring task that failed the access check.

(Inherited from UnauthorizedAccessMonitoringException)
MonitoringViewId
Obsolete.

Gets a globally unique identifier (GUID) for the monitoring view that failed the access check.

(Inherited from UnauthorizedAccessMonitoringException)
ObjectId

Gets the identifier of the Object that caused the exception.

(Inherited from UnauthorizedAccessMonitoringException)
OperationNames

Gets the collection of Operation names specified for the exception.

(Inherited from UnauthorizedAccessMonitoringException)
TaskId

Gets the Task identifier of the Task that caused the exception.

(Inherited from UnauthorizedAccessMonitoringException)
User

Gets the user name of the credentials that caused the exception.

(Inherited from UnauthorizedAccessMonitoringException)
ViewId

Gets the View identifier of the View that caused the exception.

(Inherited from UnauthorizedAccessMonitoringException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the parameters required to serialize this instance of the UnauthorizedAccessMonitoringException class.

(Inherited from UnauthorizedAccessMonitoringException)

Applies to