Click or drag to resize

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()

Return Value

Type: String
A string representation of the current exception.

Implements

_ExceptionToString
See Also