Click or drag to resize
Llvm.NET LogoInternalCodeGeneratorException Constructor (String, Exception)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the InternalCodeGeneratorException class

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public InternalCodeGeneratorException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString
inner
Type: SystemException
See Also