System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder
struct ExceptionRegionEncoder
public void AddCatch(int tryOffset, int tryLength, int handlerOffset, int handlerLength, EntityHandle catchType)
public void AddFilter(int tryOffset, int tryLength, int handlerOffset, int handlerLength, int filterOffset)
public void AddRegion(ExceptionRegionKind kind, int tryOffset, int tryLength, int handlerOffset, int handlerLength, EntityHandle catchType, int filterOffset)