Accusoft.Forms1 - Updated
OutOfMemoryException Constructor(String)



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
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Function New( _
   ByVal message As String _
)
Dim message As String
 
Dim instance As New OutOfMemoryException(message)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public OutOfMemoryException( 
   string message
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
OutOfMemoryException( 
   String^ message
)

Parameters

message
A string which represents the error message.
See Also

Reference

OutOfMemoryException Class
OutOfMemoryException Members
Overload List