ProcessingQueue(Action<Exception>, String) Constructor

Definition

public ProcessingQueue (Action<Exception>? exceptionLogger, string? exceptionHeader = default);
new Microsoft.Quantum.QsCompiler.CompilationBuilder.ProcessingQueue : Action<Exception> * string -> Microsoft.Quantum.QsCompiler.CompilationBuilder.ProcessingQueue
Public Sub New (exceptionLogger As Action(Of Exception), Optional exceptionHeader As String = Nothing)

Parameters

exceptionLogger
Action<Exception>
exceptionHeader
String

Applies to