Table of Contents

Class TableSetException

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Base class for all exceptions thrown by the TableSet class.

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

Constructors

TableSetException()

Constructor

public TableSetException()

TableSetException(string)

Constructor

public TableSetException(string Message)

Parameters

Message string

TableSetException(string, Exception)

Constructor

public TableSetException(string Message, Exception InnerException)

Parameters

Message string
InnerException Exception