This documentation is archived and is not being maintained.

ResourceAccessException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the ResourceAccessException class with serialized data.

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

protected:
ResourceAccessException(
	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: