Table of Contents

Enum InvalidTypeSignatureError

Namespace
AsmResolver.DotNet
Assembly
AsmResolver.DotNet.dll

Defines members for various errors that might occur during the parsing of a blob type signature.

public enum InvalidTypeSignatureError

Fields

BlobTooShort = 0

Indicates the blob signature was too short.

IllegalTypeSpec = 3

Indicates a TypeDefOrRef coded index decoded to a TypeSpec, but is not allowed by the runtime to be one.

InvalidCodedIndex = 1

Indicates a TypeDefOrRef coded index could not be decoded to a valid index.

InvalidFieldOrProptype = 4

Indicates the type was parsed from an invalid value of a FieldOrPropType.

MetadataLoop = 2

Indicates there exists a reference loop between the metadata tables and the blob stream.