FindDeclFailureReason Type
Represents the reason why the GetDeclarationLocation operation failed.
Union cases
Union case |
Description
|
Full Usage:
NoSourceCode
|
Source code file is not available |
Full Usage:
ProvidedMember memberName
Parameters:
string
|
Trying to find declaration of ProvidedMember without TypeProviderDefinitionLocationAttribute
|
Full Usage:
ProvidedType typeName
Parameters:
string
|
Trying to find declaration of ProvidedType without TypeProviderDefinitionLocationAttribute
|
Full Usage:
Unknown message
Parameters:
string
|
Generic reason: no particular information about error apart from a message
|
Instance members
Instance member |
Description
|
Full Usage:
this.IsNoSourceCode
Returns: bool
|
|
Full Usage:
this.IsProvidedMember
Returns: bool
|
|
Full Usage:
this.IsProvidedType
Returns: bool
|
|
Full Usage:
this.IsUnknown
Returns: bool
|
|