Class ScriptException
Inheritance
System.Object
System.Exception
ScriptException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: HPE.Ianus.Scripting
Assembly: HPE.Ianus.dll
Syntax
public class ScriptException : Exception, ISerializable
Constructors
ScriptException(String)
Declaration
public ScriptException(string s)
Parameters
Type | Name | Description |
---|---|---|
System.String | s |
ScriptException(String, Exception)
Declaration
public ScriptException(string s, Exception e)
Parameters
Type | Name | Description |
---|---|---|
System.String | s | |
System.Exception | e |
Implements
System.Runtime.Serialization.ISerializable