ComponentRegistrationFailedException Constructor (SerializationInfo, StreamingContext)
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected ComponentRegistrationFailedException(
SerializationInfo info,
StreamingContext context
)
protected:
ComponentRegistrationFailedException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> ComponentRegistrationFailedException
protected function ComponentRegistrationFailedException(
info : SerializationInfo,
context : StreamingContext
)
Parameters
info
Type: SerializationInfoThe object that holds the serialized object data.
context
Type: StreamingContextThe contextual information about the source or destination.
.NET Framework Security
- 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.
See Also
Reference
ComponentRegistrationFailedException Class
ComponentRegistrationFailedException Overload
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace