CompletionResult.Failure Class

Definition

[System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")]
[System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.TextProcessing.CodeCompletion.CompletionResult+Failure@DebugTypeProxy))]
[System.Serializable]
public class CompletionResult.Failure : Microsoft.Quantum.QsCompiler.TextProcessing.CodeCompletion.CompletionResult
[<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>]
[<System.Diagnostics.DebuggerTypeProxy(typeof(Microsoft.Quantum.QsCompiler.TextProcessing.CodeCompletion.CompletionResult+Failure@DebugTypeProxy))>]
[<System.Serializable>]
CompletionResult.Failure : string -> CompletionResult
Public Class CompletionResult.Failure
Inherits CompletionResult
Inheritance
CompletionResult.Failure
Attributes

Properties

IsFailure (Inherited from CompletionResult)
IsSuccess (Inherited from CompletionResult)
Item
Tag (Inherited from CompletionResult)

Methods

Equals(CompletionResult) (Inherited from CompletionResult)
Equals(Object) (Inherited from CompletionResult)
Equals(Object, IEqualityComparer) (Inherited from CompletionResult)
GetHashCode() (Inherited from CompletionResult)
GetHashCode(IEqualityComparer) (Inherited from CompletionResult)
ToString() (Inherited from CompletionResult)

Applies to