AutoaddressExceptionToString Method |
Creates and returns a string representation of the current exception.
Namespace:
Autoaddress.Autoaddress2_0
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
abstract ToString : unit -> string
override ToString : unit -> string
Return Value
Type:
StringA string representation of the current exception.
Implements
_ExceptionToString
See Also