Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Expressions.Interpreter.ExceptionHandler Class Referencesealed

Public Member Functions

bool Matches (Type exceptionType)
 
override string ToString ()
 

Public Attributes

readonly int LabelIndex
 
readonly int HandlerStartIndex
 
readonly int HandlerEndIndex
 
readonly ExceptionFilter Filter
 

Package Functions

 ExceptionHandler (int labelIndex, int handlerStartIndex, int handlerEndIndex, Type exceptionType, ExceptionFilter filter)
 

Private Attributes

readonly Type _exceptionType
 

Detailed Description

Definition at line 6 of file ExceptionHandler.cs.


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