PowerTCP Zip Compression for .NET
ExceptionEventHandler Delegate




The delegate for the Exception event.
Syntax
Public Delegate Sub ExceptionEventHandler( _
   ByVal sender As Object, _
   ByVal e As ExceptionEventArgs _
) 
Dim instance As New ExceptionEventHandler(AddressOf HandlerMethod)
public delegate void ExceptionEventHandler( 
   object sender,
   ExceptionEventArgs e
)
public: __gc __delegate void ExceptionEventHandler( 
   Object* sender,
   ExceptionEventArgs* e
)
public delegate void ExceptionEventHandler( 
   Object^ sender,
   ExceptionEventArgs^ e
)

Parameters

sender
e
See Also

Reference

ExceptionEventHandler Members
Dart.PowerTCP.Zip Namespace


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