NotFoundException

This is a base class for throwing not found exceptions.

Namespace:
Inetdev.Data
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.DataAccessException

Constructors

NotFoundException

Inicializes a new instance of NotFoundException.

Signature:
public Void NotFoundException(msg)
Parameters
Name Type Summary
msg String Error message.

NotFoundException

Inicializes a new instance of NotFoundException.

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

NotFoundException

Inicializes a new instance of NotFoundException.

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

In this document