MissingTag Class

Represents an exception

Definition

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