MissingTag Class

Represents an exception

Definition

Namespace: Gemstone.PQDIF.Logical
Assembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.158 -- Release Build+ea0446f775a3a8e35f542595e5f1a5857a146168
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