Table of Contents

Constructor InternalCodeGeneratorException

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

InternalCodeGeneratorException()

Initializes a new instance of the InternalCodeGeneratorException class.

public InternalCodeGeneratorException()

InternalCodeGeneratorException(string)

Initializes a new instance of the InternalCodeGeneratorException class.

public InternalCodeGeneratorException(string message)

Parameters

message string

Message for the exception

InternalCodeGeneratorException(string, Exception)

Initializes a new instance of the InternalCodeGeneratorException class.

public InternalCodeGeneratorException(string message, Exception inner)

Parameters

message string

Message for the exception

inner Exception

Inner exception