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