Accusoft.NotateXpressSdk Namespace > OutOfMemoryException Class : OutOfMemoryException Constructor |
Overload | Description |
---|---|
OutOfMemoryException Constructor() | Main constructor for the OutOfMemoryException class when there are memory limit errors. |
OutOfMemoryException Constructor(Int32) | Exception which allows passing in an error number when there are memory limit errors. |
OutOfMemoryException Constructor(String) | Exception which allows passing in a message when there are memory limit errors. |
OutOfMemoryException Constructor(Int32,String) | Exception which allows passing in an error number and message when there are memory limit errors. |
OutOfMemoryException Constructor(String,Exception) | Exception which allows passing in a message and inner exception when there are memory limit errors. |