EAPExceptionToString Method |
Creates and returns a string representation of the current exception.
The string is intended to look just like the standard Exception.ToString() output except
that it includes DeveloperMessage, if any.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public override string ToString()
Public Overrides Function ToString As String
Return Value
Type:
StringA string representation of the current exception.
Implements
_ExceptionToStringSee Also