MissingTag Class

Represents an exception

Definition

Namespace: Gemstone.PQDIF.Logical
Assembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.165 -- Release Build+f17362b1c2762733365d4d2cf77064a666cd50be
public sealed class MissingTag
Inheritance
Object    MissingTag

Constructors

MissingTag Creates a new instance of the MissingTag class.

Properties

RecordType Gets the type of the record in which the tag was identified as missing.
Tag Gets the globally unique identifier for the given tag.
TagName Gets the name of the missing tag.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also