Class TripousBusinessException
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
Messagestring
TripousBusinessException(string, Exception)
Constructor
public TripousBusinessException(string Message, Exception InnerException)