Class MetalDeviceException
- Namespace
- DotCompute.Backends.Metal.Execution
- Assembly
- DotCompute.Backends.Metal.dll
Exception thrown when Metal device error occurs
public class MetalDeviceException : MetalException, ISerializable
- Inheritance
-
MetalDeviceException
- Implements
- Inherited Members
Constructors
MetalDeviceException()
public MetalDeviceException()
MetalDeviceException(string)
public MetalDeviceException(string message)
Parameters
messagestring
MetalDeviceException(string, Exception)
public MetalDeviceException(string message, Exception innerException)