Initializes a new instance of the
STException class.
This exception gets thrown when there's an issue communicating with
a ScripTouch device.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public STException(
string message
)
Public Sub New (
message As String
)
public:
STException(
String^ message
)
new :
message : string -> STException
Parameters
- message
- Type: SystemString
Message to convey as part of the exception.
See Also