Returns a string representation of the current exception.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

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

Return Value

A string representation of the current exception.

Implements

_Exception..::..ToString()()()()

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also