This documentation is archived and is not being maintained.

CannotChangeWorkspaceOwnerException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the CannotChangeWorkspaceOwnerException class with serialized information.

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

protected:
CannotChangeWorkspaceOwnerException(
	SerializationInfo^ info, 
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo

The serialized information about the exception.

context
Type: System.Runtime.Serialization::StreamingContext

The contextual information about the source or destination.

Show: