QsCompilerError Class

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.SumType)]
[System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")]
[System.Serializable]
public sealed class QsCompilerError : IComparable, IComparable<Microsoft.Quantum.QsCompiler.QsCompilerError>, IEquatable<Microsoft.Quantum.QsCompiler.QsCompilerError>, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.SumType)>]
[<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>]
[<System.Serializable>]
type QsCompilerError = 
Public NotInheritable Class QsCompilerError
Implements IComparable, IComparable(Of QsCompilerError), IEquatable(Of QsCompilerError), IStructuralComparable, IStructuralEquatable
Inheritance
QsCompilerError
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute DebuggerDisplayAttribute SerializableAttribute
Implements

Properties

QsCompilerError
Tag

Methods

CompareTo(Object)
CompareTo(Object, IComparer)
CompareTo(QsCompilerError)
Equals(Object)
Equals(Object, IEqualityComparer)
Equals(QsCompilerError)
GetHashCode()
GetHashCode(IEqualityComparer)
Raise(String)
Raise(String, Exception)
RaiseOnFailure(Action, String)
RaiseOnFailure<T>(Func<T>, String)
ToString()
Verify(Boolean)
Verify(Boolean, String)

Applies to