TypeNotFoundException

Thrown when a context object type cannot be found into an assembly.

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

Constructors

TypeNotFoundException

Initializes a new instance of TypeNotFoundException.

Signature:
public Void TypeNotFoundException(typeName, assemblyName, src)
Parameters
Name Type Summary
typeName String Type name looked up.
assemblyName String Assembly name where the type was looked on.
src String Source code reference.

In this document