InvalidatedQubitsUseCheckerException Class
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.
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 |