Share via


UserRoleUserUnresolvedException Class

Definition

Represents the exception that is thrown when the user associated with the User Role is unable to be resolved.

public ref class UserRoleUserUnresolvedException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Runtime.Serialization.KnownType(typeof(System.String))]
[System.Runtime.Serialization.KnownType(typeof(System.Guid))]
[System.Runtime.Serialization.KnownType(typeof(System.Int32))]
[System.Serializable]
public class UserRoleUserUnresolvedException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type UserRoleUserUnresolvedException = class
    inherit EnterpriseManagementException
Public Class UserRoleUserUnresolvedException
Inherits EnterpriseManagementException
Inheritance
Attributes

Constructors

UserRoleUserUnresolvedException()

Initializes a new UserRoleUserUnresolvedException object.

UserRoleUserUnresolvedException(Exception)

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

UserRoleUserUnresolvedException(Guid, String, Int32)

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

UserRoleUserUnresolvedException(SerializationInfo, StreamingContext)

Initializes a new UserRoleUserUnresolvedException object with serialized data.

UserRoleUserUnresolvedException(String)

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

UserRoleUserUnresolvedException(String, Exception)

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

Properties

ErrorCode

Gets the error code returned from the user name not being able to be resolved.

UserName

Gets the user name that could not be resolved.

UserRoleId

Gets a GUID for the User Role that is associated with the user name.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.

Applies to