VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneException Class / SaneException Constructor(String)
Syntax Requirements SeeAlso
In This Topic
SaneException Constructor(String)
In This Topic
Initializes a new instance of the SaneException class with a specified error message.
Syntax
'Declaration

Public Function New( _
ByVal message
The message that describes the error.
As String _
)
public SaneException(
string message
)

Parameters

message
The message that describes the error.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6

See Also