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

Parameters

inner
Type: System..::..Exception
The inner exception.
errMsg
Type: System..::..String
The err message.
args
Type: array<System..::..Object>[]()[][]
The parameters.

See Also