Class MemoryException
- Namespace
- DotCompute.Abstractions
- Assembly
- DotCompute.Abstractions.dll
Exception thrown when memory operations fail.
public class MemoryException : Exception, ISerializable
- Inheritance
-
MemoryException
- Implements
- Inherited Members
Constructors
MemoryException()
Initializes a new instance of the MemoryException class.
public MemoryException()
MemoryException(string)
Initializes a new instance of the MemoryException class with a specified error message.
public MemoryException(string message)
Parameters
messagestring
MemoryException(string, Exception)
Initializes a new instance of the MemoryException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public MemoryException(string message, Exception innerException)