Initializes a new instance of the CudafyException class.

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

Syntax

C#
public CudafyException(
	string errMsg,
	params Object[] args
)
Visual Basic
Public Sub New ( _
	errMsg As String, _
	ParamArray args As Object() _
)
Visual C++
public:
CudafyException(
	String^ errMsg, 
	... array<Object^>^ args
)

Parameters

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

See Also