C# Class Microsoft.JScript.Throw

Inheritance: AST
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
JScriptThrow ( Object value ) : Exception

Private Methods

Method Description
Evaluate ( ) : Object
HasReturn ( ) : bool
PartiallyEvaluate ( ) : AST
Throw ( Context context, AST operand ) : System
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILInitializer ( ILGenerator il ) : void

Method Details

JScriptThrow() public static method

public static JScriptThrow ( Object value ) : Exception
value Object
return System.Exception