WebException

Thrown to inform a web user that an error has occured.

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

Constructors

WebException

Default constructor

Signature:
public Void WebException()

WebException

Initializes a new instance of WebException.

Signature:
public Void WebException(src)
Parameters
Name Type Summary
src String Source code reference.

WebException

Initializes a new instance of WebException.

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

In this document