'DeclarationPublic Overloads Function OnException( _ ByVal except As Exception _ ) As ItemExceptionAction
'UsageDim instance As FileSystemEventsSession Dim except As Exception Dim value As ItemExceptionAction value = instance.OnException(except)
public ItemExceptionAction OnException( Exception except )
Parameters
- except
- The error that occurred.
Return Value
An ItemExceptionAction value representing the action to take.