Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / FileSystemItem Class / PrepareException Method


In This Topic
    PrepareException Method (FileSystemItem)
    In This Topic
    Syntax
    '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
    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