Share via


MissingUserRoleException Class

Definition

Represents the exception that is thrown because there is no user role to insert or update.

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

Constructors

MissingUserRoleException()

Initializes a new MissingUserRoleException object.

MissingUserRoleException(Exception)

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

MissingUserRoleException(SerializationInfo, StreamingContext)

Initializes a new MissingUserRoleException object with serialized data.

MissingUserRoleException(String)

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

MissingUserRoleException(String, Exception)

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

Applies to