Initializes a new instance of the CudafyCompileException class

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

Syntax

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

Parameters

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

See Also