Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The DiagnosticInfo type exposes the following members.

Constructors

  NameDescription
Public methodDiagnosticInfo()()()()
Initializes the object with default values.
Public methodDiagnosticInfo(DiagnosticInfo)
Creates a deep copy of the value.
Public methodDiagnosticInfo(Exception, DiagnosticsMasks, Boolean, StringTable)
Initializes the object with an exception.
Public methodDiagnosticInfo(ServiceResult, DiagnosticsMasks, Boolean, StringTable)
Initializes the object with an exception.
Public methodDiagnosticInfo(Int32, Int32, Int32, Int32, String)
Initializes the object with specific values.

Methods

  NameDescription
Public methodClone
Makes a deep copy of the object.
Public methodEquals
Determines if the specified object is equal to the object.
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a unique hashcode for the object.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString()()()()
Converts the value to a human readable string.
(Overrides Object..::..ToString()()()().)
Public methodToString(String, IFormatProvider)
Returns the string representation of the object.

Properties

  NameDescription
Public propertyAdditionalInfo
The additional debugging or trace information.
Public propertyInnerDiagnosticInfo
The diagnostic info returned from a underlying system.
Public propertyInnerStatusCode
The status code returned from an underlying system.
Public propertyLocale
The index of the locale associated with the localized text.
Public propertyLocalizedText
The index of the localized text in the string table.
Public propertyNamespaceUri
The index of the namespace uri in the string table.
Public propertySymbolicId
The index of the symbolic id in the string table.

See Also