Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The DiagnosticInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DiagnosticInfo()()()() |
Initializes the object with default values.
| |
| DiagnosticInfo(DiagnosticInfo) |
Creates a deep copy of the value.
| |
| DiagnosticInfo(Exception, DiagnosticsMasks, Boolean, StringTable) |
Initializes the object with an exception.
| |
| DiagnosticInfo(ServiceResult, DiagnosticsMasks, Boolean, StringTable) |
Initializes the object with an exception.
| |
| DiagnosticInfo(Int32, Int32, Int32, Int32, String) |
Initializes the object with specific values.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Makes a deep copy of the object.
| |
| Equals |
Determines if the specified object is equal to the object.
(Overrides Object..::..Equals(Object).) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Returns a unique hashcode for the object.
(Overrides Object..::..GetHashCode()()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()()() |
Converts the value to a human readable string.
(Overrides Object..::..ToString()()()().) | |
| ToString(String, IFormatProvider) |
Returns the string representation of the object.
|
Properties
| Name | Description | |
|---|---|---|
| AdditionalInfo |
The additional debugging or trace information.
| |
| InnerDiagnosticInfo |
The diagnostic info returned from a underlying system.
| |
| InnerStatusCode |
The status code returned from an underlying system.
| |
| Locale |
The index of the locale associated with the localized text.
| |
| LocalizedText |
The index of the localized text in the string table.
| |
| NamespaceUri |
The index of the namespace uri in the string table.
| |
| SymbolicId |
The index of the symbolic id in the string table.
|