Xceed .NET Libraries Documentation
DefaultDiskItemPathExceptionHandler Method


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > DiskFile Class : DefaultDiskItemPathExceptionHandler Method
The object that raised the event.
Data passed by the event.
Represents the method that will handle the disk item's PathException event.
Syntax
'Declaration
 
Public Shared Sub DefaultDiskItemPathExceptionHandler( _
   ByVal sender As Object, _
   ByVal e As PathExceptionEventArgs _
) 
'Usage
 
Dim sender As Object
Dim e As PathExceptionEventArgs
 
DiskFile.DefaultDiskItemPathExceptionHandler(sender, e)
public static void DefaultDiskItemPathExceptionHandler( 
   object sender,
   PathExceptionEventArgs e
)

Parameters

sender
The object that raised the event.
e
Data passed by the event.
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

DiskFile Class
DiskFile Members