InvalidStateException Constructor (String) |
Creates a new instance of InvalidStateException specifying message.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic InvalidStateException(
string message
)
Public Sub New (
message As String
)
Parameters
- message
- Type: SystemString
The error message for this exception.
See Also