MissingTag Class

Represents an exception

Definition

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