Share via


EditSystemUserRoleNotAllowedException Class

Definition

Represents the exception that is thrown when you are not allowed to edit system user roles.

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

Constructors

EditSystemUserRoleNotAllowedException()

Initializes a new EditSystemUserRoleNotAllowedException object.

EditSystemUserRoleNotAllowedException(Exception)

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

EditSystemUserRoleNotAllowedException(Guid)

Initializes a new EditSystemUserRoleNotAllowedException object with a globally unique identifier (GUID) for the system user role that caused the exception to be thrown.

EditSystemUserRoleNotAllowedException(SerializationInfo, StreamingContext)

Initializes a new EditSystemUserRoleNotAllowedException object with serialized data.

EditSystemUserRoleNotAllowedException(String)

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

EditSystemUserRoleNotAllowedException(String, Exception)

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

Properties

UserRoleId

Gets the system user role identifier that caused the exception to be thrown.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.

Applies to