Exemple #1
0
        internal static string GetTranslatedExceptionMessage(string objectId, uint returnCode, uint insert)
        {
            string   str;
            string   str2;
            string   str3;
            DateTime now            = DateTime.Now;
            int      extendedLength = 1;

            CommonServices.SetValidInserts();
            CommonServices.ArithInsert1 = insert;
            uint control = 2;

            CommonServices.GetMessage(objectId, returnCode, control, out str, out str2, out str3, 1, extendedLength, extendedLength);
            return(str);
        }