Accusoft.ISISXpressSdk Namespace > OutOfMemoryException Class : OutOfMemoryException Constructor |
Overload | Description |
---|---|
OutOfMemoryException Constructor() | The main constructor to thrown when there is not enough memory. |
OutOfMemoryException Constructor(Int32) | An OutOfMemoryException which allows passing in an error number. |
OutOfMemoryException Constructor(String) | An OutOfMemoryException which allows passing in an error message. |
OutOfMemoryException Constructor(Int32,String) | An OutOfMemoryException which allows passing in an error number and an error message. |
OutOfMemoryException Constructor(String,Exception) | An OutOfMemoryException which allows passing in an error message and an inner exception. |