Table of Contents

Class TripousBusinessException

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Base class for all exceptions thrown by the business layer.

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

Constructors

TripousBusinessException()

Constructor

public TripousBusinessException()

TripousBusinessException(string)

Constructor

public TripousBusinessException(string Message)

Parameters

Message string

TripousBusinessException(string, Exception)

Constructor

public TripousBusinessException(string Message, Exception InnerException)

Parameters

Message string
InnerException Exception