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




message
A string which represents the message.
innerException
An inner exception from the base contructor.
Initializes a new instance of the OutOfMemoryException class with the specified error message and reference to the inner exception.

Syntax

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

Parameters

message
A string which represents the message.
innerException
An inner exception from the base contructor.

See Also


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