UnconstrainedMeasurementException Class

Definition

This exception is thrown when a measurement is performed, but has not been annotated using a call to either Microsoft.Quantum.Intrinsic.AssertProb or Microsoft.Quantum.Intrinsic.Assert.

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

Constructors

UnconstrainedMeasurementException()

Creates an instance of UnconstrainedMeasurementException

Applies to