Click or drag to resize
Llvm.NET LogoInternalCodeGeneratorException Constructor (SerializationInfo, StreamingContext)

[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#
protected InternalCodeGeneratorException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
context
Type: System.Runtime.SerializationStreamingContext
See Also