This documentation is archived and is not being maintained.

ValidationFailedException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the ValidationFailedException class by using the specified serialization information.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

protected:
ValidationFailedException(
	SerializationInfo^ info, 
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo

The serialization information.

context
Type: System.Runtime.Serialization::StreamingContext

The context of the serialization.

Show: