Class LunyException
- Namespace
- Luny /
- Assembly
- Luny.dll
Base class for all exceptions thrown by the Luny framework.
public abstract class LunyException : Exception, ISerializable
Expand Details ...
- Inheritance
-
ObjectLunyException
- Implements
- Derived
- Inherited Members
-
- Exception.GetBaseException()
- Exception.GetObjectData(SerializationInfo, StreamingContext)
- Exception.ToString()
- Exception.GetType()
- Exception.TargetSite
- Exception.Message
- Exception.Data
- Exception.InnerException
- Exception.HelpLink
- Exception.Source
- Exception.HResult
- Exception.StackTrace
- Exception.SerializeObjectState
Constructors
LunyException(String)
protected LunyException(String message)
Parameters
| Type | Name | Description |
|---|---|---|
message |
LunyException(String, Exception)
protected LunyException(String message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
message |
||
innerException |