ProcessingQueue(Action<Exception>, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- exceptionHeader
- String