C# Class JSTest.ScriptException

Inheritance: System.Exception
ファイルを表示 Open project: cbaxter/JSTest.NET

Public Methods

Method Description
ScriptException ( ) : System
ScriptException ( string message ) : System
ScriptException ( string message, Exception inner ) : System

Protected Methods

Method Description
ScriptException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ScriptException() public method

public ScriptException ( ) : System
return System

ScriptException() protected method

protected ScriptException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ScriptException() public method

public ScriptException ( string message ) : System
message string
return System

ScriptException() public method

public ScriptException ( string message, Exception inner ) : System
message string
inner System.Exception
return System