Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
When overridden in a derived class, gets the default message for the specific exception type.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property DefaultMessage As String
protected virtual string DefaultMessage { get; }
protected:
virtual property String^ DefaultMessage {
String^ get ();
}
abstract DefaultMessage : string with get
override DefaultMessage : string with get
function get DefaultMessage () : String
Property Value
Type: String
The default message.
.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.