[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
Visual Basic |
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
Visual Basic |
Public Sub New ( _
methodName As String, _
operationNames As ICollection(Of String), _
objectId As Guid, _
viewId As Guid, _
taskId As Guid, _
classId As Guid _
)
|
C# |
public UnauthorizedAccessMonitoringException (
string methodName,
ICollection<string> operationNames,
Guid objectId,
Guid viewId,
Guid taskId,
Guid classId
)
|
C++ |
public:
UnauthorizedAccessMonitoringException (
String^ methodName,
ICollection<String^>^ operationNames,
Guid objectId,
Guid viewId,
Guid taskId,
Guid classId
)
|
J# |
public UnauthorizedAccessMonitoringException (
String methodName,
ICollection<String> operationNames,
Guid objectId,
Guid viewId,
Guid taskId,
Guid classId
)
|
JScript |
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
- viewId
- taskId
- classId
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and
Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003
See Also