Esempio n. 1
0
        public static RJException GetException(System.Enum ExceptType, Exception innerEx, params string[] args)
        {
            RJException            exception;
            MessageResourceManager manager = ResManager.GetMessageResourceManager(ExceptType);

            exception = manager.GetException(ExceptType, innerEx, args);
            return(exception);
        }
Esempio n. 2
0
        public static RJException GetException(System.Enum ExceptType)
        {
            RJException            exception;
            MessageResourceManager manager = ResManager.GetMessageResourceManager(ExceptType);

            exception = manager.GetException(ExceptType);
            return(exception);
        }