Dart.PowerTCP.Zip Namespace > DiskEventArgs Class : Exception Property |
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(); }
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.