Share via


UserRoleAdministratorAlreadyExistsException Class

Definition

Represents the exception that is thrown because a user role with the Administrator profile already exists. You cannot create another user role with the same profile.

public ref class UserRoleAdministratorAlreadyExistsException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Serializable]
public class UserRoleAdministratorAlreadyExistsException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type UserRoleAdministratorAlreadyExistsException = class
    inherit EnterpriseManagementException
Public Class UserRoleAdministratorAlreadyExistsException
Inherits EnterpriseManagementException
Inheritance
UserRoleAdministratorAlreadyExistsException
Attributes

Constructors

UserRoleAdministratorAlreadyExistsException()

Initializes a new UserRoleAdministratorAlreadyExistsException object.

UserRoleAdministratorAlreadyExistsException(Exception)

Initializes a new UserRoleAdministratorAlreadyExistsException object by specifying an inner exception that caused the current exception.

UserRoleAdministratorAlreadyExistsException(SerializationInfo, StreamingContext)

Initializes a new UserRoleAdministratorAlreadyExistsException object with serialized data.

UserRoleAdministratorAlreadyExistsException(String)

Initializes a new UserRoleAdministratorAlreadyExistsException object by specifying the error message that describes the current exception.

UserRoleAdministratorAlreadyExistsException(String, Exception)

Initializes a new UserRoleAdministratorAlreadyExistsException object with an error message and inner exception.

Applies to