A
Aamir Ghanchi
Hi,
Is there a way to format (or atleast insert line breaks) to the
exception output. In the catch block I do something like as follows,
but it does not add line break after the custom message, rather
displays <br> in the text :
catch(Exception ex){
throw new Exception("My Custom Message." +"<br />"+ ex.Message )
}
Any leads will be very appreciated.
TIA
Is there a way to format (or atleast insert line breaks) to the
exception output. In the catch block I do something like as follows,
but it does not add line break after the custom message, rather
displays <br> in the text :
catch(Exception ex){
throw new Exception("My Custom Message." +"<br />"+ ex.Message )
}
Any leads will be very appreciated.
TIA