MissingTag Class

Represents an exception

Definition

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