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 errMsg,
	params Object[] args
)
Visual Basic
Public Sub New ( _
	errMsg As String, _
	ParamArray args As Object() _
)
Visual C++
public:
CudafyHostException(
	String^ errMsg, 
	... array<Object^>^ args
)

Parameters

errMsg
Type: System..::..String
The err MSG.
args
Type: array<System..::..Object>[]()[][]
The args.

See Also