UnitTestAssertException.Message Property

 

Gets a message that describes the current exception.

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

Syntax

public override string Message { get; }
public:
property String^ Message {
    virtual String^ get() override;
}
override Message : string with get
Public Overrides ReadOnly Property Message As String

Property Value

Type: System.String

A message describing the exception.

Implements

_Exception.Message

See Also

UnitTestAssertException Class
Microsoft.VisualStudio.TestTools.UnitTesting Namespace

Return to top