ContextException

The base class for exceptions that are thrown from the application context sub-system.

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

Constructors

ContextException

Initializes a new instance of ContextException.

Signature:
public Void ContextException(msg)
Parameters
Name Type Summary
msg String Exception message.

ContextException

Initializes a new instance of ContextException.

Signature:
public Void ContextException(msg, src)
Parameters
Name Type Summary
msg String Exception message.
src String Source code reference.

ContextException

Initializes a new instance of ContextException.

Signature:
public Void ContextException(msg, src, inner)
Parameters
Name Type Summary
msg String Exception message.
src String Source code reference.
inner Exception Original exception.

In this document