Creates and returns a string representation of the current exception.

Namespace:  EasyAlgo.EAUpload
Assembly:  EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.0.0

Syntax

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

Return Value

A string representation of the current exception.

Remarks

ToString returns a representation of the current exception that is intended to be understood by humans.

See Also