InstanceCreationException

Thrown when an instance of an application context object could not be created.

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

Constructors

InstanceCreationException

Initializes a new instance of InstanceCreationException.

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

In this document