ZipArchive.Comment Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9119)
Comment
Gets or sets the comment for the whole ZIP archive.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
String | Comment for the ZIP archive. |
Exceptions
Type | Condition |
---|---|
ArgumentException | The specified value is too long (longer than 65.535 characters). |
InvalidOperationException | Archive is not opened for writing. |
ObjectDisposedException | Archive was already disposed. |
IOException | An I/O error occurred. |
ZipException | Cannot perform the requested operation (see ProblemType for detailed information). |