AsmResolver.Net.Msil.ExceptionHandler.ExceptionHandler C# (CSharp) Method

ExceptionHandler() public method

public ExceptionHandler ( ExceptionHandlerType handlerType ) : System
handlerType ExceptionHandlerType
return System
        public ExceptionHandler(ExceptionHandlerType handlerType)
        {
            HandlerType = handlerType;
        }