ComponentRevocationFailedException Class

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

‘선언
<SerializableAttribute> _
Public Class ComponentRevocationFailedException _
    Inherits Exception
‘사용 방법
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