Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataCollectorExceptionMessageInfo Class

 

Represents information about an exception that is reported by a diagnostic data collector.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

System::Object
  Microsoft.VisualStudio.TestTools.Common::DataCollectorMessageInfo
    Microsoft.VisualStudio.TestTools.Common::DataCollectorExceptionMessageInfo

[SerializableAttribute]
public ref class DataCollectorExceptionMessageInfo : DataCollectorMessageInfo

NameDescription
System_CAPS_pubpropertyAgentName

Gets or sets the display name of the agent for the data collector that sent the message.(Inherited from DataCollectorMessageInfo.)

System_CAPS_pubpropertyDataCollectorFriendlyName

Gets or sets the name of the diagnostic data adapter that sent the message.(Inherited from DataCollectorMessageInfo.)

System_CAPS_pubpropertyDataCollectorUri

Gets or sets the uniform resource identifier (URI) for the diagnostic data adapter that sent the message.(Inherited from DataCollectorMessageInfo.)

System_CAPS_protpropertyElementName

Gets the name of the test element to which the message is persisted.(Overrides DataCollectorMessageInfo::ElementName.)

System_CAPS_pubpropertyExceptionMessage

Gets or sets the message for the exception that has occurred.

System_CAPS_pubpropertyExceptionType

Gets or sets the type of exception that has occurred.

System_CAPS_pubpropertyLevel

Gets or sets the severity level of the message.(Inherited from DataCollectorMessageInfo.)

System_CAPS_pubpropertyStackTrace

Gets or sets the stack trace for the exception that has occurred.

System_CAPS_pubpropertyText

Gets or sets the text of the message.(Inherited from DataCollectorMessageInfo.)

System_CAPS_pubpropertyTimestamp

Gets or sets the date and time that the message was created.(Inherited from DataCollectorMessageInfo.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodLoad(XmlElement^, XmlTestStoreParameters^)

Loads an instance of this class from the provided XML element by using the provided parameters.(Overrides DataCollectorMessageInfo::Load(XmlElement^, XmlTestStoreParameters^).)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodSave(XmlElement^, XmlTestStoreParameters^)

Saves this object in the provided XML element by using the provided parameters.(Overrides DataCollectorMessageInfo::Save(XmlElement^, XmlTestStoreParameters^).)

System_CAPS_pubmethodToString()

Returns the current object as a string.(Overrides DataCollectorMessageInfo::ToString().)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlTestStore::Load(XmlElement^, XmlTestStoreParameters^)

Loads the object from the provided XML element.(Inherited from DataCollectorMessageInfo.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIXmlTestStore::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.

Return to top
Show: