Table of Contents

Class MetalUnavailableException

Namespace
DotCompute.Backends.Metal.Execution
Assembly
DotCompute.Backends.Metal.dll

Exception thrown when Metal GPU becomes unavailable

public class MetalUnavailableException : MetalException, ISerializable
Inheritance
MetalUnavailableException
Implements
Inherited Members

Constructors

MetalUnavailableException()

public MetalUnavailableException()

MetalUnavailableException(string)

public MetalUnavailableException(string message)

Parameters

message string

MetalUnavailableException(string, Exception)

public MetalUnavailableException(string message, Exception innerException)

Parameters

message string
innerException Exception