ObjectNotOfRequiredTypeException

Thrown when an object required is not of the type required.

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

Constructors

ObjectNotOfRequiredTypeException

Initializes a new instance of ObjectNotOfRequiredTypeException.

Signature:
public Void ObjectNotOfRequiredTypeException(name, required, actual)
Parameters
Name Type Summary
name String Name of the application context object.
required Type Type required to the application context.
actual Type Actual type of the object specified by name.

In this document