Méthode | Description | |
---|---|---|
IsLabelWithinHandler ( int label ) : bool |
Determines whether [is label within handler] [the specified label].
|
|
IsLabelWithinTry ( int label ) : bool |
Determines whether [is label within try] [the specified label].
|
|
MosaExceptionHandler ( ExceptionHandlerType ehType, int tryStart, int tryEnd, int handlerStart, int handlerEnd, MosaType type, int filterOffset ) |
public IsLabelWithinHandler ( int label ) : bool | ||
label | int | The label. |
Résultat | bool |
public IsLabelWithinTry ( int label ) : bool | ||
label | int | The label. |
Résultat | bool |
public MosaExceptionHandler ( ExceptionHandlerType ehType, int tryStart, int tryEnd, int handlerStart, int handlerEnd, MosaType type, int filterOffset ) | ||
ehType | ExceptionHandlerType | |
tryStart | int | |
tryEnd | int | |
handlerStart | int | |
handlerEnd | int | |
type | MosaType | |
filterOffset | int |