This documentation is archived and is not being maintained.
PluginInitializationFailedException Constructor (SerializationInfo, StreamingContext)
Visual Studio 2013
Initializes a new instance of the PluginInitializationFailedException class by using the specified serialization information.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
protected:
PluginInitializationFailedException(
SerializationInfo^ info,
StreamingContext context
)
Parameters
- info
- Type: System.Runtime.Serialization::SerializationInfo
Serialization information.
- context
- Type: System.Runtime.Serialization::StreamingContext
The serialization context.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: