Table of Contents

Class MetalException

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

Base exception for Metal-related errors

public class MetalException : Exception, ISerializable
Inheritance
MetalException
Implements
Derived
Inherited Members

Constructors

MetalException()

public MetalException()

MetalException(MetalError, string)

public MetalException(MetalError errorCode, string message)

Parameters

errorCode MetalError
message string

MetalException(MetalError, string, Exception)

public MetalException(MetalError errorCode, string message, Exception innerException)

Parameters

errorCode MetalError
message string
innerException Exception

MetalException(string)

public MetalException(string message)

Parameters

message string

MetalException(string, Exception)

public MetalException(string message, Exception innerException)

Parameters

message string
innerException Exception

Properties

ErrorCode

public MetalError ErrorCode { get; }

Property Value

MetalError