System.Reflection.ExceptionHandlingClause public class ExceptionHandlingClause Documentation public virtual Type CatchType { get; } public virtual int FilterOffset { get; } public virtual ExceptionHandlingClauseOptions Flags { get; } public virtual int HandlerLength { get; } public virtual int HandlerOffset { get; } public virtual int TryLength { get; } public virtual int TryOffset { get; } protected ExceptionHandlingClause()