PowerTCP Zip Compression for .NET
Exception Property (DiskEventArgs)




The exception information when a spanning operation has a problem with a disk.
Syntax
Public ReadOnly Property Exception As ZipException
Dim instance As DiskEventArgs
Dim value As ZipException
 
value = instance.Exception
public ZipException Exception {get;}
public: __property ZipException* get_Exception();
public:
property ZipException^ Exception {
   ZipException^ get();
}

Property Value

A ZipException representing the spanning exception.
Remarks

Checking the value of DiskEventArgs.Exception is recommended for all spanning operations. If DiskEventArgs.IgnoreLabel is used, the Exception property will contain a ZipException with an error code of ErrorCode.RemovableMediaHasIncorrectLabel.

If an invalid part size has been specified or the current disk does not have enough space, an Exception with an error code of ErrorCode.NotEnoughSpaceForSpan will be set.

See Also

Reference

DiskEventArgs Class
DiskEventArgs Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic