共用方式為


DataCollectorExceptionMessageInfo.ExceptionMessage 屬性

取得或設定已發生之例外狀況的訊息。

命名空間:  Microsoft.VisualStudio.TestTools.Common
組件:  Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

語法

'宣告
Public Property ExceptionMessage As String
public string ExceptionMessage { get; private set; }
public:
property String^ ExceptionMessage {
    String^ get ();
    private: void set (String^ value);
}
member ExceptionMessage : string with get, private set
function get ExceptionMessage () : String 
private function set ExceptionMessage (value : String)

屬性值

類型:String
已發生之例外狀況的訊息。

.NET Framework 安全性

請參閱

參考

DataCollectorExceptionMessageInfo 類別

Microsoft.VisualStudio.TestTools.Common 命名空間