Gets or sets the comment of the current ZipItem.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public Overrides Property Comment As String Get Set |
C# |
---|
public override string Comment { get; set; } |
Field Value
Comment for the current ZipItem.Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | The specified value is too long (longer than 65.535 characters). |
Rebex.IO.Compression..::..ZipException | AnotherOperationPending: Another operation is pending. |
System..::..ObjectDisposedException | Archive was already disposed. |
System..::..InvalidOperationException | Archive is not opened for writing. -or- Item is already deleted. -or- Item is the root directory of the archive. |