Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / ItemExceptionEventArgs Class / m_exception Field


In This Topic
    m_exception Field
    In This Topic
    An instance of the Exception class representing the exception that was thrown and caused the OnItemException event to be raised.
    Syntax
    'Declaration
     
    Protected m_exception As Exception
    'Usage
     
    Dim instance As ItemExceptionEventArgs
    Dim value As Exception
     
    value = instance.m_exception
     
    instance.m_exception = value
    protected Exception m_exception
    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