ScanFix Xpress v9.0 for .NET - Updated
ScanFixException Constructor(String)




Accusoft.ScanFixXpressSdk Namespace > ScanFixException Class > ScanFixException Constructor : ScanFixException Constructor(String)
Brief description of the exception.
Instantiates an exception containing a message.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New ScanFixException(message)
public ScanFixException( 
   string message
)
public: ScanFixException( 
   string* message
)
public:
ScanFixException( 
   String^ message
)

Parameters

message
Brief description of the exception.
See Also

Reference

ScanFixException Class
ScanFixException Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.