Table of Contents

Class MetalOperationException

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

Exception thrown when Metal operation fails

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

Constructors

MetalOperationException()

public MetalOperationException()

MetalOperationException(string)

public MetalOperationException(string message)

Parameters

message string

MetalOperationException(string, Exception)

public MetalOperationException(string message, Exception innerException)

Parameters

message string
innerException Exception

MetalOperationException(string, string)

public MetalOperationException(string operationName, string message)

Parameters

operationName string
message string

MetalOperationException(string, string, Exception)

public MetalOperationException(string operationName, string message, Exception innerException)

Parameters

operationName string
message string
innerException Exception

Properties

OperationName

public string OperationName { get; }

Property Value

string