Table of Contents

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

message string

MetalDeviceException(string, Exception)

public MetalDeviceException(string message, Exception innerException)

Parameters

message string
innerException Exception