Table of Contents

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

message string

The error message.

OpenCLProfilingException(string, Exception)

Initializes a new instance of the OpenCLProfilingException class.

public OpenCLProfilingException(string message, Exception innerException)

Parameters

message string

The error message.

innerException Exception

The inner exception.