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
errorCodeMetalErrormessagestring
MetalException(MetalError, string, Exception)
public MetalException(MetalError errorCode, string message, Exception innerException)
Parameters
errorCodeMetalErrormessagestringinnerExceptionException
MetalException(string)
public MetalException(string message)
Parameters
messagestring
MetalException(string, Exception)
public MetalException(string message, Exception innerException)
Parameters
Properties
ErrorCode
public MetalError ErrorCode { get; }