SmartZone v7.1 - Updated
OutOfMemoryException Constructor(String)




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

Parameters

message
A string which represents the error message.
See Also

Reference

OutOfMemoryException Class
OutOfMemoryException Members
Overload List

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