コード例 #1
0
ファイル: TypeMethodImpl.cs プロジェクト: db48x/KeeFox
        private static Exception TranslateException(TargetParameterCountException e)
        {
            //
            // The parameters array does not have the correct number of
            // arguments.
            //

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