OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Protected Member Functions | List of all members
OpenSim.Region.ScriptEngine.Shared.ScriptCoopStopException Class Reference

Used to signal when the script is stopping in co-operation with the script engine (instead of through Thread.Abort()). More...

Inheritance diagram for OpenSim.Region.ScriptEngine.Shared.ScriptCoopStopException:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Region.ScriptEngine.Shared.ScriptCoopStopException:
Collaboration graph
[legend]

Public Member Functions

 ScriptCoopStopException ()
 

Protected Member Functions

 ScriptCoopStopException (SerializationInfo info, StreamingContext context)
 

Detailed Description

Used to signal when the script is stopping in co-operation with the script engine (instead of through Thread.Abort()).

Definition at line 90 of file Helpers.cs.

Constructor & Destructor Documentation

OpenSim.Region.ScriptEngine.Shared.ScriptCoopStopException.ScriptCoopStopException ( )
inline

Definition at line 92 of file Helpers.cs.

OpenSim.Region.ScriptEngine.Shared.ScriptCoopStopException.ScriptCoopStopException ( SerializationInfo  info,
StreamingContext  context 
)
inlineprotected

Definition at line 96 of file Helpers.cs.


The documentation for this class was generated from the following file: