C# Class Microsoft.JScript.Throw

Inheritance: AST
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
JScriptThrow ( Object value ) : Exception

Private Methods

Méthode 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 méthode

public static JScriptThrow ( Object value ) : Exception
value Object
Résultat System.Exception