NoSuchObjectException

Thrown when an object is required and no definition is found for that object.

Namespace:
Inetdev.Context
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Context.ContextException

Constructors

NoSuchObjectException

Initializes a new instance of NoSuchObjectException.

Signature:
public Void NoSuchObjectException(name)
Parameters
Name Type Summary
name String Name of the application context object.

NoSuchObjectException

Initializes a new instance of NoSuchObjectException.

Signature:
public Void NoSuchObjectException(objectType)
Parameters
Name Type Summary
objectType Type Type of the object that was not found.

In this document