Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 6 of file ExceptionHandler.cs.