ActionNotSupportedOnDisabledControlException-Konstruktor (SerializationInfo, StreamingContext)
Initialisiert mit den angegebenen Informationen und dem angegebenen Kontext eine neue Instanz der ActionNotSupportedOnDisabledControlException-Klasse aus XML.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected ActionNotSupportedOnDisabledControlException(
SerializationInfo info,
StreamingContext context
)
protected:
ActionNotSupportedOnDisabledControlException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> ActionNotSupportedOnDisabledControlException
protected function ActionNotSupportedOnDisabledControlException(
info : SerializationInfo,
context : StreamingContext
)
Parameter
- info
Typ: System.Runtime.Serialization.SerializationInfo
Ein SerializationInfo-Objekt.
- context
Typ: System.Runtime.Serialization.StreamingContext
Ein StreamingContext-Objekt.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
ActionNotSupportedOnDisabledControlException Klasse
ActionNotSupportedOnDisabledControlException-Überladung