WeaverExceptionFilterHandler Class
Definition
Section titled “Definition”An exception handler with a catch block with a filter.
public sealed class WeaverExceptionFilterHandler : WeaverExceptionCatchHandler, IWeaverExceptionHandlerInheritance object → WeaverExceptionCatchHandler
Implements IWeaverExceptionHandler
Remarks
Section titled “Remarks”This will get translated into a Mono.Cecil ExceptionHandler block when applied.
Constructors
Section titled “Constructors”WeaverExceptionFilterHandler(TypeReference)
Section titled “WeaverExceptionFilterHandler(TypeReference)”An exception handler with a catch block with a filter.
public WeaverExceptionFilterHandler(TypeReference catchType)Parameters
Section titled “Parameters”catchType TypeReference
The type of exceptions to catch.
Remarks
Section titled “Remarks”This will get translated into a Mono.Cecil ExceptionHandler block when applied.
Properties
Section titled “Properties”FilterStart
Section titled “FilterStart”Inclusive filter start instruction for a catch block with a filter.
public ILLabel? FilterStart { get; set; }