DataCollectorExceptionMessageInfo Class
Represents information about an exception that is reported by a diagnostic data collector.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Microsoft.VisualStudio.TestTools.Common::DataCollectorMessageInfo
Microsoft.VisualStudio.TestTools.Common::DataCollectorExceptionMessageInfo
| Name | Description | |
|---|---|---|
![]() | AgentName | Gets or sets the display name of the agent for the data collector that sent the message.(Inherited from DataCollectorMessageInfo.) |
![]() | DataCollectorFriendlyName | Gets or sets the name of the diagnostic data adapter that sent the message.(Inherited from DataCollectorMessageInfo.) |
![]() | DataCollectorUri | Gets or sets the uniform resource identifier (URI) for the diagnostic data adapter that sent the message.(Inherited from DataCollectorMessageInfo.) |
![]() | ElementName | Gets the name of the test element to which the message is persisted.(Overrides DataCollectorMessageInfo::ElementName.) |
![]() | ExceptionMessage | Gets or sets the message for the exception that has occurred. |
![]() | ExceptionType | Gets or sets the type of exception that has occurred. |
![]() | Level | Gets or sets the severity level of the message.(Inherited from DataCollectorMessageInfo.) |
![]() | StackTrace | Gets or sets the stack trace for the exception that has occurred. |
![]() | Text | Gets or sets the text of the message.(Inherited from DataCollectorMessageInfo.) |
![]() | Timestamp | Gets or sets the date and time that the message was created.(Inherited from DataCollectorMessageInfo.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Load(XmlElement^, XmlTestStoreParameters^) | Loads an instance of this class from the provided XML element by using the provided parameters.(Overrides DataCollectorMessageInfo::Load(XmlElement^, XmlTestStoreParameters^).) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Save(XmlElement^, XmlTestStoreParameters^) | Saves this object in the provided XML element by using the provided parameters.(Overrides DataCollectorMessageInfo::Save(XmlElement^, XmlTestStoreParameters^).) |
![]() | ToString() | Returns the current object as a string.(Overrides DataCollectorMessageInfo::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | IXmlTestStore::Load(XmlElement^, XmlTestStoreParameters^) | Loads the object from the provided XML element.(Inherited from DataCollectorMessageInfo.) |
![]() ![]() | IXmlTestStore::Save(XmlElement^, XmlTestStoreParameters^) | Saves this object under the provided XML element.(Inherited from DataCollectorMessageInfo.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





