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