Click or drag to resize

IdtExceptionToString Method

Creates and returns a string representation of the current Exception.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public override string ToString()

Return Value

String
A string representation of the current Exception.
See Also