Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Exception that is thrown when FRevokeComponent fails inside Dispose for OleComponent
Namespace: Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ComponentRevocationFailedException _
Inherits Exception
'Usage
Dim instance As ComponentRevocationFailedException
[SerializableAttribute]
public class ComponentRevocationFailedException : Exception
[SerializableAttribute]
public ref class ComponentRevocationFailedException : public Exception
[<SerializableAttribute>]
type ComponentRevocationFailedException =
class
inherit Exception
end
public class ComponentRevocationFailedException extends Exception
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.VisualStudio.PlatformUI.OleComponentSupport.ComponentRevocationFailedException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
ComponentRevocationFailedException Members
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace