SmartZone v6.1 for .NET - Updated
InternalException Constructor(String)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > InternalException Class > InternalException Constructor : InternalException Constructor(String)
A string which represents the message.
Initializes a new instance of an internal error with a given message.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New InternalException(message)
public InternalException( 
   string message
)
public: InternalException( 
   string* message
)
public:
InternalException( 
   String^ message
)

Parameters

message
A string which represents the message.
See Also

Reference

InternalException Class
InternalException Members
Overload List

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