Freigeben über


SaveNotSupportedException-Konstruktor (String)

Initialisiert eine neue Instanz der SaveNotSupportedException-Klasse mit der bereitgestellten Meldung.

Namespace:  Microsoft.VisualStudio.TestTools.Exceptions
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    msg As String _
)
public SaveNotSupportedException(
    string msg
)
public:
SaveNotSupportedException(
    String^ msg
)
new : 
        msg:string -> SaveNotSupportedException
public function SaveNotSupportedException(
    msg : String
)

Parameter

  • msg
    Typ: System.String
    Die Meldung, in der die Ausnahme beschrieben wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

SaveNotSupportedException Klasse

SaveNotSupportedException-Überladung

Microsoft.VisualStudio.TestTools.Exceptions-Namespace