| STCouldNotCommunicateException Constructor (String) |   | 
 
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntaxpublic STCouldNotCommunicateException(
	string msgString
)
Public Sub New ( 
	msgString As String
)
public:
STCouldNotCommunicateException(
	String^ msgString
)
new : 
        msgString : string -> STCouldNotCommunicateExceptionParameters
- msgString
 - Type: SystemString
The message string. 
See Also