Share via


MissingUserInSystemUserRoleException Class

Definition

Represents the exception that is thrown because the system user role does not have a user assigned to it. The system user role must have at least one user assigned to it.

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

Constructors

MissingUserInSystemUserRoleException()

Initializes a new MissingUserInSystemUserRoleException object.

MissingUserInSystemUserRoleException(Exception)

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

MissingUserInSystemUserRoleException(Guid)

Initializes a new MissingUserInSystemUserRoleException object by specifying a user role identifier.

MissingUserInSystemUserRoleException(SerializationInfo, StreamingContext)

Initializes a new MissingUserInSystemUserRoleException object with serialized data.

MissingUserInSystemUserRoleException(String)

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

MissingUserInSystemUserRoleException(String, Exception)

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

Properties

UserRoleId

Gets a globally unique identifier (GUID) for the system user role that caused the exception to be thrown.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.

Applies to