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