Class LunyScriptException
- Namespace
- LunyScript /
- Assembly
- LunyScript.dll
public class LunyScriptException : LunyException, ISerializable
Expand Details ...
- Inheritance
-
ObjectLunyScriptException
- 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
LunyScriptException(String)
public LunyScriptException(String message)
Parameters
| Type | Name | Description |
|---|---|---|
message |
LunyScriptException(String, Exception)
public LunyScriptException(String message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
message |
||
innerException |