Table of Contents

Class AccessDeniedException

Namespace
IceGrid
Assembly
IceGrid.dll

The exception that is thrown when the registry update lock cannot be acquired.

[SliceTypeId("::IceGrid::AccessDeniedException")]
public class AccessDeniedException : UserException, ISerializable
Inheritance
AccessDeniedException
Implements
Inherited Members

Remarks

The Slice compiler generated this exception class from Slice exception ::IceGrid::AccessDeniedException.

Constructors

AccessDeniedException()

Initializes a new instance of the AccessDeniedException class.

public AccessDeniedException()

AccessDeniedException(string)

Initializes a new instance of the AccessDeniedException class.

public AccessDeniedException(string lockUserId)

Parameters

lockUserId string

Fields

lockUserId

The id of the user holding the lock (if any).

public string lockUserId

Field Value

string

Methods

ice_id()

Returns the type ID of this exception. This corresponds to the Slice type ID for Slice-defined exceptions, and to a fully scoped name for other exceptions.

public override string ice_id()

Returns

string

The type ID of this exception.