SyntaxTreeToQsharp.StatementKindTransformation.OnFailStatement Method

Definition

System.Object.OnFailStatement(Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression)
public override Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind OnFailStatement (Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression ex);
override this.OnFailStatement : Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind
Public Overrides Function OnFailStatement (ex As TypedExpression) As QsStatementKind

Parameters

Returns

QsStatementKind

Applies to