InvalidatedQubitsUseCheckerException Class

Definition

This exception is thrown when a qubit input to the operation has already been released or returned. Qubits are released at the end of a Q# using statement and returned at the end of a Q# borrowing statement.

public class InvalidatedQubitsUseCheckerException : Exception
type InvalidatedQubitsUseCheckerException = class
    inherit Exception
Public Class InvalidatedQubitsUseCheckerException
Inherits Exception
Inheritance
InvalidatedQubitsUseCheckerException

Constructors

InvalidatedQubitsUseCheckerException()

Creates an instance of InvalidatedQubitsUseCheckerException

Applies to