Click or drag to resize

Error.ToString Method

X#
Creates and returns a string representation of the current exception.

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ToString() AS STRING
Request Example View Source

Return Value

Type: String
A string representation of the current exception.

Implements

ToString
See Also