UnauthorizedAccessMonitoringException Constructor (String, ICollection, Guid, Guid, Guid, Guid)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new UnauthorizedAccessMonitoringException object with various objects that failed the access check.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim methodName As String
Dim operationNames As ICollection(Of String)
Dim objectId As Guid
Dim viewId As Guid
Dim taskId As Guid
Dim classId As Guid
Dim instance As New UnauthorizedAccessMonitoringException(methodName, operationNames, objectId, viewId, taskId, classId)
Syntax
'Declaration
Public Sub New ( _
methodName As String, _
operationNames As ICollection(Of String), _
objectId As Guid, _
viewId As Guid, _
taskId As Guid, _
classId As Guid _
)
public UnauthorizedAccessMonitoringException (
string methodName,
ICollection<string> operationNames,
Guid objectId,
Guid viewId,
Guid taskId,
Guid classId
)
public:
UnauthorizedAccessMonitoringException (
String^ methodName,
ICollection<String^>^ operationNames,
Guid objectId,
Guid viewId,
Guid taskId,
Guid classId
)
public UnauthorizedAccessMonitoringException (
String methodName,
ICollection<String> operationNames,
Guid objectId,
Guid viewId,
Guid taskId,
Guid classId
)
public function UnauthorizedAccessMonitoringException (
methodName : String,
operationNames : ICollection<String>,
objectId : Guid,
viewId : Guid,
taskId : Guid,
classId : Guid
)
Parameters
- methodName
The name of the method that access is being checked for.
- operationNames
The operation names that failed the access check.
- objectId
A globally unique identifier (GUID) for the object that failed the access check.
- viewId
A globally unique identifier (GUID) for the view that failed the access check.
- taskId
A globally unique identifier (GUID) for the task that failed the access check.
- classId
A globally unique identifier (GUID) for the class that failed the access check.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
UnauthorizedAccessMonitoringException Class
UnauthorizedAccessMonitoringException Members
Microsoft.EnterpriseManagement.Common Namespace