Delen via


ExtensionResultMessage.ExceptionId 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 ExceptionId As ExceptionIdentifier
    Get
    Set
public ExceptionIdentifier ExceptionId { get; set; }
public:
property ExceptionIdentifier ExceptionId {
    ExceptionIdentifier get ();
    void set (ExceptionIdentifier value);
}
member ExceptionId : ExceptionIdentifier with get, set
function get ExceptionId () : ExceptionIdentifier
function set ExceptionId (value : ExceptionIdentifier)

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.ExceptionIdentifier

.NET Framework Security

See Also

Reference

ExtensionResultMessage Class

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