次の方法で共有


InvalidMonitoringProfileException Constructor (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 InvalidMonitoringProfileException object with User Role and Profile identifiers.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim userRoleId As Guid
Dim profileId As Guid

Dim instance As New InvalidMonitoringProfileException(userRoleId, profileId)

Syntax

'Declaration
Public Sub New ( _
    userRoleId As Guid, _
    profileId As Guid _
)
public InvalidMonitoringProfileException (
    Guid userRoleId,
    Guid profileId
)
public:
InvalidMonitoringProfileException (
    Guid userRoleId, 
    Guid profileId
)
public InvalidMonitoringProfileException (
    Guid userRoleId, 
    Guid profileId
)
public function InvalidMonitoringProfileException (
    userRoleId : Guid, 
    profileId : Guid
)

Parameters

  • userRoleId
    The Guid identifier for the User Role for which the Profile is specified.
  • profileId
    The Guid identifier for the invalid Profile that is specified for the User Role.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

InvalidMonitoringProfileException Class
InvalidMonitoringProfileException Members
Microsoft.EnterpriseManagement.Common Namespace