Header menu logo F# Compiler Guide

FindDeclFailureReason Type

Represents the reason why the GetDeclarationLocation operation failed.

Union cases

Union case Description

NoSourceCode

Full Usage: NoSourceCode

Source code file is not available

ProvidedMember memberName

Full Usage: ProvidedMember memberName

Parameters:
    memberName : string

Trying to find declaration of ProvidedMember without TypeProviderDefinitionLocationAttribute

memberName : string

ProvidedType typeName

Full Usage: ProvidedType typeName

Parameters:
    typeName : string

Trying to find declaration of ProvidedType without TypeProviderDefinitionLocationAttribute

typeName : string

Unknown message

Full Usage: Unknown message

Parameters:
    message : string

Generic reason: no particular information about error apart from a message

message : string

Instance members

Instance member Description

this.IsNoSourceCode

Full Usage: this.IsNoSourceCode

Returns: bool
Returns: bool

this.IsProvidedMember

Full Usage: this.IsProvidedMember

Returns: bool
Returns: bool

this.IsProvidedType

Full Usage: this.IsProvidedType

Returns: bool
Returns: bool

this.IsUnknown

Full Usage: this.IsUnknown

Returns: bool
Returns: bool

Type something to start searching.