Class GeneralException
- Namespace
- Tlabs
- Assembly
- Tlabs.Core.dll
Application base exception.
public class GeneralException : Exception, ISerializable
- Inheritance
-
GeneralException
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
GeneralException()
Default ctor
public GeneralException()
GeneralException(string)
Ctor from message
public GeneralException(string message)
Parameters
messagestring
GeneralException(string, Exception)
Ctor from message and inner exception.
public GeneralException(string message, Exception e)