ExtensionResultMessage.ExceptionMessage Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ExtensionResultMessage Class

Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace