UnauthorizedAccessEnterpriseManagementException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
UnauthorizedAccessEnterpriseManagementException
- Attributes
Constructors
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) |