FrameworkException

This is the root class for application exceptions.

Namespace:
Inetdev
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Exception

Constructors

FrameworkException

Initializes a new instance of FrameworkException.

Signature:
public Void FrameworkException(msg)
Parameters
Name Type Summary
msg String

FrameworkException

Initializes a new instance of FrameworkException.

Signature:
public Void FrameworkException(msg, src)
Parameters
Name Type Summary
msg String
src String

FrameworkException

Initializes a new instance of FrameworkException.

Signature:
public Void FrameworkException(msg, src, inner)
Parameters
Name Type Summary
msg String
src String
inner Exception

Methods

ToString

Returns a textual representation of the exception.

Signature:
public String ToString()

In this document