Use Exception.ToString() instead of Exception.Message

By [)ia6l0 iii

Exception.ToString() contains a detailed description of the Exception with its stack trace. The Message property of the Exception object contains the smaller version of the description.

Use Exception.ToString() instead of Exception.Message  (1522 Views)