'DeclarationProtected Overridable Function IsPublicException( _ ByVal exception As Exception _ ) As Boolean
'UsageDim instance As FileSystemItem Dim exception As Exception Dim value As Boolean value = instance.IsPublicException(exception)
Parameters
- exception