예제 #1
0
            public static InvalidCharacter /*!*/ Factory(RubyClass /*!*/ self, object arg1, object arg2, object arg3)
            {
                InvalidCharacter result = new InvalidCharacter(GetMessage(arg2, arg3));

                // RubyExceptionData.InitializeException(result, message);
                return(result);
            }
예제 #2
0
파일: Iconv.cs 프로젝트: rudimk/dlr-dotnet
 public static InvalidCharacter/*!*/ Factory(RubyClass/*!*/ self, object arg1, object arg2, object arg3) {
     InvalidCharacter result = new InvalidCharacter(GetMessage(arg2, arg3));
     // RubyExceptionData.InitializeException(result, message);
     return result;
 }