ComponentRevocationFailedException Constructor (SerializationInfo, StreamingContext)

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

Namespace:  Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
‘사용 방법
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New ComponentRevocationFailedException(info, context)
protected ComponentRevocationFailedException(
    SerializationInfo info,
    StreamingContext context
)
protected:
ComponentRevocationFailedException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> ComponentRevocationFailedException
protected function ComponentRevocationFailedException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

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

See Also

Reference

ComponentRevocationFailedException Class

ComponentRevocationFailedException Members

ComponentRevocationFailedException Overload

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace

Other Resources

XML and SOAP Serialization