예제 #1
0
        private static Exception TranslateException(TargetParameterCountException e)
        {
            //
            // The parameters array does not have the correct number of
            // arguments.
            //

            return new InvocationException(e.Message, e);
        }