Initializes a new instance of the CudafyException class.

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

Syntax

C#
public CudafyException(
	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:
CudafyException(
	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