ActionNotSupportedOnDisabledControlException 构造函数 (SerializationInfo, StreamingContext)

使用提供的信息和上下文从 XML 中初始化 ActionNotSupportedOnDisabledControlException 类的新实例。

命名空间:  Microsoft.VisualStudio.TestTools.UITest.Extension
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension(在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

语法

声明
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
)

参数

.NET Framework 安全性

请参见

参考

ActionNotSupportedOnDisabledControlException 类

ActionNotSupportedOnDisabledControlException 重载

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空间

SerializationInfo

StreamingContext