'Declaration Protected Shared Function PrepareException( _ ByVal item As FileSystemItem, _ ByRef except As Exception _ ) As Boolean
'Usage Dim item As FileSystemItem Dim except As Exception Dim value As Boolean value = FileSystemItem.PrepareException(item, except)
protected static bool PrepareException( FileSystemItem item, ref Exception except )
Parameters
- item
- except