Creates and returns a string representation of the current exception.

Namespace: TallComponents.PDF.Forms.Data
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public override string ToString()
Visual Basic
Public Overrides Function ToString As String

Return Value

Returns a string representation of the current exception.

Implements

_Exception..::..ToString()()()()

See Also