Click or drag to resize
GCVException Class

[Missing <summary> documentation for "T:DXMLBase.Gcv.GCVException"]

Inheritance Hierarchy
SystemObject
  SystemException
    DXMLBase.GcvGCVException
      More...

Namespace: DXMLBase.Gcv
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class GCVException : Exception

The GCVException type exposes the following members.

Constructors
  NameDescription
Public methodGCVException(Int32)
Initializes a new instance of the GCVException class
Public methodGCVException(Int32, GCValue)
Initializes a new instance of the GCVException class
Public methodGCVException(Int32, Object)
Initializes a new instance of the GCVException class
Public methodGCVException(Int32, XmlNode)
Initializes a new instance of the GCVException class
Public methodGCVException(Int32, GCValue, XmlNode)
Initializes a new instance of the GCVException class
Public methodGCVException(Int32, Object, XmlNode)
Initializes a new instance of the GCVException class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBaseException
When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
(Inherited from Exception.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObjectData
When overridden in a derived class, sets the SerializationInfo with information about the exception.
(Inherited from Exception.)
Public methodGetType
Gets the runtime type of the current instance.
(Inherited from Exception.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Creates and returns a string representation of the current exception.
(Inherited from Exception.)
Top
Fields
  NameDescription
Public fieldStatic memberERR_BAD_DN_DELIMS
Public fieldStatic memberERR_BAD_DN_FORMAT
Code indicating that the specified DN format is not valid.
Public fieldStatic memberERR_BAD_DN_SPACE
Code indicating that the specified DN space is not valid.
Public fieldStatic memberERR_BAD_RANGE_VALUE
Public fieldStatic memberERR_BAD_XML
Code indicating some error was found in the XML representation of GCVs.
Public fieldStatic memberERR_DUPLICATE_ENUM_CHOICE
Public fieldStatic memberERR_DUPLICATE_VALUE_NAME
Public fieldStatic memberERR_HEADER_NOT_ALLOWED_HERE
Code indicating a header was found in an invalid location in the XML.
Public fieldStatic memberERR_INSERTION_POINT_NOT_FOUND
Public fieldStatic memberERR_INVALID_ACTIVE_VALUE
Public fieldStatic memberERR_INVALID_GROUP_LEADER
Public fieldStatic memberERR_INVALID_INSTANCE_COUNT
Code indicating too few or too many <instance> elements were found in a structured value definition
Public fieldStatic memberERR_INVALID_INSTANCE_VALUE
Code indicating that a value in an instance doesn't match the template in a structured value
Public fieldStatic memberERR_INVALID_NAME
Code indicating that a value name does not match the lexical rules for a value name.
Public fieldStatic memberERR_INVALID_TYPE_SPECIFIER
Code indicating that the type specifier for a GCV is invalid.
Public fieldStatic memberERR_MISSING_ACTIVE_VALUE
Code indicating a subordinates section active-value is missing.
Public fieldStatic memberERR_MISSING_DEFINITIONS_ELEMENT
Public fieldStatic memberERR_MISSING_DISPLAY_NAME
Code indicating a GCV instance does not have the required display name.
Public fieldStatic memberERR_MISSING_DOCUMENT_ELEMENT
Public fieldStatic memberERR_MISSING_ENUM_CHOICES
Code indicating that an enum GCV has no enum choices.
Public fieldStatic memberERR_MISSING_INSTANCE_VALUE
Code indicating that an instance doesn't have one or more values in the structured value template
Public fieldStatic memberERR_MISSING_TEMPLATE
Code indicating no <template> element was found in a structured value definition
Public fieldStatic memberERR_MULTIPLE_DEFINITIONS_ELEMENT
Public fieldStatic memberERR_MUST_BE_TRUE_OR_FALSE
Code indicating an XML attribute value must be
"true"
or
"false"
Public fieldStatic memberERR_REFERENCE_NOT_ALLOWED_HERE
Code indicating a gcv-ref was found in an invalid location in the XML.
Public fieldStatic memberERR_SUBORDINATE_NOT_ALLOWED
Public fieldStatic memberERR_TYPE_NOT_ALLOWED_HERE
Public fieldStatic memberERR_VALUE_INCOMPLETE
Code indicating a GCV value is not lexically complete.
Public fieldStatic memberERR_VALUE_INVALID_CHAR
Public fieldStatic memberERR_VALUE_NULL
Public fieldStatic memberERR_VALUE_OUT_OF_RANGE
Public fieldStatic memberERR_VALUE_REFERENCE_NOT_FOUND
Protected fieldStatic membermessageSource
Top
Properties
  NameDescription
Public propertyCode
Public propertyData
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Inherited from Exception.)
Public propertyHelpLink
Gets or sets a link to the help file associated with this exception.
(Inherited from Exception.)
Protected propertyHResult
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Inherited from Exception.)
Public propertyInnerException
Gets the Exception instance that caused the current exception.
(Inherited from Exception.)
Public propertyMessage
Gets a message that describes the current exception.
(Inherited from Exception.)
Public propertyNode
Public propertySource
Gets or sets the name of the application or the object that causes the error.
(Inherited from Exception.)
Public propertyStackTrace
Gets a string representation of the immediate frames on the call stack.
(Inherited from Exception.)
Public propertyTargetSite
Gets the method that throws the current exception.
(Inherited from Exception.)
Public propertyValueName
Top
Events
  NameDescription
Protected eventSerializeObjectState
Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception.
(Inherited from Exception.)
Top
See Also
Inheritance Hierarchy