2 references to Arg_EHClauseNotFilter
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\ExceptionHandlingClause.cs (1)
16public virtual int FilterOffset => throw new InvalidOperationException(SR.Arg_EHClauseNotFilter);
src\System\Reflection\RuntimeExceptionHandlingClause.cs (1)
34throw new InvalidOperationException(SR.Arg_EHClauseNotFilter);