Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the SerializationInfo with information about the exception.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
protected TestObjectMustBeSavedException(
SerializationInfo info,
StreamingContext context
)
protected:
TestObjectMustBeSavedException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> TestObjectMustBeSavedException
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoA SerializationInfo object.
context
Type: System.Runtime.Serialization.StreamingContextA StreamingContext object.
See Also
SerializationInfo
StreamingContext
TestObjectMustBeSavedException Overload
TestObjectMustBeSavedException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top