Accusoft Pegasus
Accusoft.MicrXpress1.Net
OutOfMemoryException Constructor(String)
See Also  Send Feedback
Accusoft.MicrXpressSdk Namespace > OutOfMemoryException Class > OutOfMemoryException Constructor : OutOfMemoryException Constructor(String)




message
A string which represents the error message.
Initializes a new instance of the OutOfMemoryException class with the specified error message.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal message As String _
)
Visual Basic (Usage) Copy Code
Dim message As String
 
Dim instance As OutOfMemoryException(message)
C#  
public OutOfMemoryException( 
   string message
)
Managed Extensions for C++  
public: OutOfMemoryException( 
   string* message
)
C++/CLI  
public:
OutOfMemoryException( 
   String^ message
)

Parameters

message
A string which represents the error message.

See Also


©2009. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.