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