'Declaration Public Function OnPathException( _ ByVal exception As Exception, _ ByVal targetType As Type, _ ByRef path As String _ ) As ItemExceptionAction
'Usage Dim instance As FileSystemEventsSession Dim exception As Exception Dim targetType As Type Dim path As String Dim value As ItemExceptionAction value = instance.OnPathException(exception, targetType, path)
public ItemExceptionAction OnPathException( Exception exception, Type targetType, ref string path )
Parameters
- exception
- The error that occurred.
- targetType
- path
- The path that caused the exception.
Return Value
An ItemExceptionAction value representing the action to take.