Class OpenCLProfilingException
- Namespace
- DotCompute.Backends.OpenCL.Profiling
- Assembly
- DotCompute.Backends.OpenCL.dll
Exception thrown when profiling operations fail.
public sealed class OpenCLProfilingException : Exception, ISerializable
- Inheritance
-
OpenCLProfilingException
- Implements
- Inherited Members
Constructors
OpenCLProfilingException()
Initializes a new instance of the OpenCLProfilingException class.
public OpenCLProfilingException()
OpenCLProfilingException(string)
Initializes a new instance of the OpenCLProfilingException class.
public OpenCLProfilingException(string message)
Parameters
messagestringThe error message.
OpenCLProfilingException(string, Exception)
Initializes a new instance of the OpenCLProfilingException class.
public OpenCLProfilingException(string message, Exception innerException)