Table of Contents

Class DataModuleException

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Base class for all exceptions thrown by the Data module.

public class DataModuleException : ApplicationException, ISerializable
Inheritance
DataModuleException
Implements
Inherited Members
Extension Methods

Constructors

DataModuleException()

Constructor

public DataModuleException()

DataModuleException(string)

Constructor

public DataModuleException(string Message)

Parameters

Message string

DataModuleException(string, Exception)

Constructor

public DataModuleException(string Message, Exception InnerException)

Parameters

Message string
InnerException Exception