Partager via


UserRoleUserUnresolvedException Constructor (Guid, String, Int32)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new UserRoleUserUnresolvedException object with an error code, user name, and User Role identifier.

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

Usage

'Usage
Dim userRoleId As Guid
Dim userName As String
Dim errorCode As Integer

Dim instance As New UserRoleUserUnresolvedException(userRoleId, userName, errorCode)

Syntax

'Declaration
Public Sub New ( _
    userRoleId As Guid, _
    userName As String, _
    errorCode As Integer _
)
public UserRoleUserUnresolvedException (
    Guid userRoleId,
    string userName,
    int errorCode
)
public:
UserRoleUserUnresolvedException (
    Guid userRoleId, 
    String^ userName, 
    int errorCode
)
public UserRoleUserUnresolvedException (
    Guid userRoleId, 
    String userName, 
    int errorCode
)
public function UserRoleUserUnresolvedException (
    userRoleId : Guid, 
    userName : String, 
    errorCode : int
)

Parameters

  • userRoleId
    A GUID for the User Role that is associated with the user name.
  • userName
    The user name that could not be resolved.
  • errorCode
    The error code returned from the user name not being able to be resolved.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

UserRoleUserUnresolvedException Class
UserRoleUserUnresolvedException Members
Microsoft.EnterpriseManagement.Common Namespace