Xceed Real-Time Zip for .NET Documentation
OnPathException Method (ZipEventsSession)


Xceed.Zip Assembly > Xceed.Zip Namespace > ZipEventsSession Class : OnPathException Method
Syntax
'Declaration
 
Public Function OnPathException( _
   ByVal exception As Exception, _
   ByVal targetType As Type, _
   ByRef path As String _
) As Xceed.FileSystem.ItemExceptionAction
'Usage
 
Dim instance As ZipEventsSession
Dim exception As Exception
Dim targetType As Type
Dim path As String
Dim value As Xceed.FileSystem.ItemExceptionAction
 
value = instance.OnPathException(exception, targetType, path)
public Xceed.FileSystem.ItemExceptionAction OnPathException( 
   Exception exception,
   Type targetType,
   ref string path
)

Parameters

exception
targetType
path
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ZipEventsSession Class
ZipEventsSession Members