Class TripousDataException
Base class for all exceptions thrown by the data layer.
public class TripousDataException : ApplicationException, ISerializable
- Inheritance
-
TripousDataException
- Implements
- Inherited Members
- Extension Methods
Constructors
TripousDataException()
Constructor
public TripousDataException()
TripousDataException(string)
Constructor
public TripousDataException(string Message)
Parameters
Messagestring
TripousDataException(string, Exception)
Constructor
public TripousDataException(string Message, Exception InnerException)