2 references to ExceptionTypeToken
mscorlib (2)
system\reflection\emit\methodbuilder.cs (2)
1051
if (handler.Kind == ExceptionHandlingClauseOptions.Clause && handler.
ExceptionTypeToken
== 0)
1053
throw new ArgumentException(Environment.GetResourceString("Argument_InvalidTypeToken", handler.
ExceptionTypeToken
), "exceptionHandlers[" + i + "]");