PowerTCP Zip Compression for .NET
Exception Property (EndEventArgs)




Gets the Exception that occurred.
Syntax
Public ReadOnly Property Exception As ZipException
Dim instance As EndEventArgs
Dim value As ZipException
 
value = instance.Exception
public ZipException Exception {get;}
public: __property ZipException* get_Exception();
public:
property ZipException^ Exception {
   ZipException^ get();
}

Property Value

The Exception that occurred.
See Also

Reference

EndEventArgs Class
EndEventArgs Members


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