PowerTCP Zip Compression for .NET
Exception Property (ExceptionEventArgs)




The exception condition that occurred during the processing of an item in the collection.
Syntax
Public ReadOnly Property Exception As Exception
Dim instance As ExceptionEventArgs
Dim value As Exception
 
value = instance.Exception
public Exception Exception {get;}
public: __property Exception* get_Exception();
public:
property Exception^ Exception {
   Exception^ get();
}

Property Value

An Exception object representing the exception.
See Also

Reference

ExceptionEventArgs Class
ExceptionEventArgs Members


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