Error.ToString Method | |
Creates and returns a string representation of the current exception.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax VIRTUAL METHOD ToString() AS STRING
public override string ToString()
Request Example
View SourceReturn Value
Type:
StringA string representation of the current exception.
Implements
ToStringSee Also