Table of Contents

Class ObjectNotRegisteredException

Namespace
IceGrid
Assembly
IceGrid.dll

The exception that is thrown when a well-known object is not registered.

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

Remarks

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

Constructors

ObjectNotRegisteredException(Identity)

Initializes a new instance of the ObjectNotRegisteredException class.

public ObjectNotRegisteredException(Identity id)

Parameters

id Identity

Fields

id

The identity of the object.

public Identity id

Field Value

Identity

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.