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