SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / OutOfMemoryException Class / OutOfMemoryException Constructor / OutOfMemoryException Constructor(String)
A string which represents the error message.




In This Topic
    OutOfMemoryException Constructor(String)
    In This Topic
    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