Base exception for all exceptions except for CudafyFatalException.

Namespace: Cudafy
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170

Syntax

C#
[SerializableAttribute]
public class CudafyException : Exception
Visual Basic
<SerializableAttribute> _
Public Class CudafyException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class CudafyException : public Exception

Inheritance Hierarchy

See Also