Initializes a new instance of the CudafyFatalException class.

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

Syntax

C#
public CudafyFatalException(
	Exception inner,
	string message
)
Visual Basic
Public Sub New ( _
	inner As Exception, _
	message As String _
)
Visual C++
public:
CudafyFatalException(
	Exception^ inner, 
	String^ message
)

Parameters

inner
Type: System..::..Exception
The inner.
message
Type: System..::..String
The message.

See Also