Initializes a new instance of the CudafyCompileException class
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public CudafyCompileException( 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: CudafyCompileException( Exception^ inner, String^ errMsg, ... array<Object^>^ args ) |
Parameters
- inner
- Type: System..::..Exception
- errMsg
- Type: System..::..String
- args
- Type: array<System..::..Object>[]()[][]