[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ScriptErrorException : Exception
Public Class ScriptErrorException _
	Inherits Exception
public ref class ScriptErrorException : public Exception

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ScriptErrorException(String)
ScriptErrorException(String, array<Object>[]()[])
ExceptionEnabled
Throw(String)
Throws exception or writes error and returns false.
Throw(String, array<Object>[]()[])
Throws exception or writes error and returns false.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Phoenix..::.ScriptErrorException

See Also