ComponentRegistrationFailedException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the ComponentRegistrationFailedException class with serialized data.
Namespace: Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Dichiarazione
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Utilizzo
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New ComponentRegistrationFailedException(info, context)
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: System.Runtime.Serialization.SerializationInfo
The object that holds the serialized object data.
- context
Type: System.Runtime.Serialization.StreamingContext
The contextual information about the source or destination.
Remarks
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream. For more information, see XML and SOAP Serialization.
.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 Members
ComponentRegistrationFailedException Overload
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace