Initializes a new instance of the CudafyHostException class.

Namespace: Cudafy.Host
Assembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172

Syntax

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

Parameters

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

See Also