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