The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AttributeTableValidationException Constructor (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Creates a new instance of the AttributeTableValidationException class that uses a specified serialization store and context.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
protected:
AttributeTableValidationException(
SerializationInfo^ info,
StreamingContext context
)
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
The serialization store.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
The serialization context.
This method is used during serialization to deserialize an exception.
.NET Framework
Available since 4.0
Available since 4.0
Show: