| SupportInformation Constructor  | 
 
            Creates an instance of a SupportInformation object with the specified company name, product name, and email address.
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntaxpublic SupportInformation(
	string company,
	string product,
	string emailAddress
)
Parameters
- company
- Type: SystemString
 The company to contact if an error is encountered.
- product
- Type: SystemString
 The product name to display as causing the error.
- emailAddress
- Type: SystemString
 The product name to display as causing the error.
 See Also
See Also