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(
	string message
)
Visual Basic
Public Sub New ( _
	message As String _
)
Visual C++
public:
CudafyHostException(
	String^ message
)

Parameters

message
Type: System..::..String
The message.

See Also