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