ActionNotSupportedOnDisabledControlException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the ActionNotSupportedOnDisabledControlException class from XML by using the provided information and context.
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
)
Parameters
info
Type: SerializationInfoA SerializationInfo object.
context
Type: StreamingContextA StreamingContext object.
.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.
See Also
Reference
ActionNotSupportedOnDisabledControlException Class
ActionNotSupportedOnDisabledControlException Overload