CompilationErrorsException Constructors
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.
Overloads
| CompilationErrorsException(QSharpLogger) | |
| CompilationErrorsException(Diagnostic[]) |
CompilationErrorsException(QSharpLogger)
public CompilationErrorsException (Microsoft.Quantum.IQSharp.Common.QSharpLogger logger);
new Microsoft.Quantum.IQSharp.Common.CompilationErrorsException : Microsoft.Quantum.IQSharp.Common.QSharpLogger -> Microsoft.Quantum.IQSharp.Common.CompilationErrorsException
Public Sub New (logger As QSharpLogger)
Parameters
- logger
- QSharpLogger
Applies to
CompilationErrorsException(Diagnostic[])
public CompilationErrorsException (Microsoft.VisualStudio.LanguageServer.Protocol.Diagnostic[] diagnostics);
new Microsoft.Quantum.IQSharp.Common.CompilationErrorsException : Microsoft.VisualStudio.LanguageServer.Protocol.Diagnostic[] -> Microsoft.Quantum.IQSharp.Common.CompilationErrorsException
Public Sub New (diagnostics As Diagnostic())
Parameters
- diagnostics
- Diagnostic[]