Bridge

OutOfMemoryException Constructor (String)

Initializes a new instance of the OutOfMemoryException class with a specified error message.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public OutOfMemoryException(
	string message
)
Public Sub New ( _
	message As String _
)
public:
OutOfMemoryException(
	String^ message
)

Parameters

message
Type: System..::..String
The message that describes the error.