DiagnosticItem.Error 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.
[System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")]
[System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.Diagnostics.DiagnosticItem+Error@DebugTypeProxy))]
[System.Serializable]
public class DiagnosticItem.Error : Microsoft.Quantum.QsCompiler.Diagnostics.DiagnosticItem
[<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>]
[<System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.Diagnostics.DiagnosticItem+Error@DebugTypeProxy))>]
[<System.Serializable>]
DiagnosticItem.Error : ErrorCode -> DiagnosticItem
Public Class DiagnosticItem.Error
Inherits DiagnosticItem
- Inheritance
- Attributes
Properties
| IsError | (Inherited from DiagnosticItem) |
| IsInformation | (Inherited from DiagnosticItem) |
| IsWarning | (Inherited from DiagnosticItem) |
| Item | |
| Tag | (Inherited from DiagnosticItem) |
Methods
| CompareTo(DiagnosticItem) | (Inherited from DiagnosticItem) |
| CompareTo(Object) | (Inherited from DiagnosticItem) |
| CompareTo(Object, IComparer) | (Inherited from DiagnosticItem) |
| Equals(DiagnosticItem) | (Inherited from DiagnosticItem) |
| Equals(Object) | (Inherited from DiagnosticItem) |
| Equals(Object, IEqualityComparer) | (Inherited from DiagnosticItem) |
| GetHashCode() | (Inherited from DiagnosticItem) |
| GetHashCode(IEqualityComparer) | (Inherited from DiagnosticItem) |
| ToString() | (Inherited from DiagnosticItem) |