-
Notifications
You must be signed in to change notification settings - Fork 32
Exception thrown in exceptionreport when Mailing #9
Copy link
Copy link
Closed
Labels
Description
Hi togehther;
I get this exception
The specified string is not in the form required for a subject.
when i try to send an Report to a mailadress.
The reason is the triggering exception has CRLF in the explanation
EX: Exception from path.combine(null,path2):
Message = "The Value can not be null" & vbCrLf & "Parametername: path1"
This Message is copied into the corresponding Mail field.
But the Mail doesn't accept it !! (two lines instead of one).
Can you filter out the disturbingly characters in the next Version?
That would be fine.
Best wishes Klaus
Reactions are currently unavailable