Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the message that states the exception.
Namespace: Microsoft.VisualStudio.TestTools.Exceptions
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Message As String
public override string Message { get; }
public:
virtual property String^ Message {
String^ get () override;
}
abstract Message : string
override Message : string
override function get Message () : String
Property Value
Type: System.String
Message that states the exception.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.