Creates and returns a string representation of the current exception.
Namespace:
EasyAlgo.EAUploadAssembly: EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.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.
