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




In This Topic
    OutOfMemoryException Constructor(Int32,String)
    In This Topic
    Initializes a new instance of an out of memory error with a given error number and message.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal errorNumber As Integer, _
       ByVal message As String _
    )
    'Usage
     
    
    Dim errorNumber As Integer
    Dim message As String
     
    Dim instance As New OutOfMemoryException(errorNumber, message)
    public OutOfMemoryException( 
       int errorNumber,
       string message
    )
    public: OutOfMemoryException( 
       int errorNumber,
       string* message
    )
    public:
    OutOfMemoryException( 
       int errorNumber,
       String^ message
    )

    Parameters

    errorNumber
    An integer which represents the error number.
    message
    A string which represents the message.
    See Also