Spread WinForms 15
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
See Also