• @ExtraMedicated
    link
    English
    107 months ago

    What about this?:

    catch (Exception e) {
    
        throw new Exception(e.Message); 
    
    }