Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IThreadPoolData Interface / Exception Property


In This Topic
    Exception Property (IThreadPoolData)
    In This Topic
    Syntax
    'Declaration
     
    
    Property Exception As Exception
    'Usage
     
    
    Dim instance As IThreadPoolData
    Dim value As Exception
     
    instance.Exception = value
     
    value = instance.Exception
    Exception Exception {get; set;}
    See Also