Constructs a new thread exception.
            
    Namespace: 
   InfigoSDKAssembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public InfigoThreadException( string strException ) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub New ( _ strException As String _ ) | 
| Visual C++ | 
|---|
| public: InfigoThreadException( String^ strException ) | 
Parameters
- strException
- Type: System..::.String
 The exception description.





