Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.Emit.ExceptionHandler Struct Reference

Public Member Functions

override int GetHashCode ()
 
override bool Equals (object obj)
 
bool Equals (ExceptionHandler other)
 
bool Equals (T? other)
 

Package Functions

 ExceptionHandler (int tryStartOffset, int tryEndOffset, int filterOffset, int handlerStartOffset, int handlerEndOffset, int kind, int exceptionTypeToken)
 

Package Attributes

readonly int m_exceptionClass
 
readonly int m_tryStartOffset
 
readonly int m_tryEndOffset
 
readonly int m_filterOffset
 
readonly int m_handlerStartOffset
 
readonly int m_handlerEndOffset
 
readonly ExceptionHandlingClauseOptions m_kind
 

Detailed Description

Definition at line 3 of file ExceptionHandler.cs.


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