ContextObjectAssemblyLoadException

Thrown the the Assembly of an application context object could not be loaded.

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

Constructors

ContextObjectAssemblyLoadException

Initializes a new instance of ContextObjectAssemblyLoadException.

Signature:
public Void ContextObjectAssemblyLoadException(name, src, inner)
Parameters
Name Type Summary
name String Name of the application context object.
src String Source code referenca.
inner Exception Original exception.

In this document