ComponentRegistrationFailedException Class

Exception that is thrown when FRegisterComponent fails inside the OleComponent constructor.

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

Syntax

‘선언
<SerializableAttribute> _
Public Class ComponentRegistrationFailedException _
    Inherits Exception
‘사용 방법
Dim instance As ComponentRegistrationFailedException
[SerializableAttribute]
public class ComponentRegistrationFailedException : Exception
[SerializableAttribute]
public ref class ComponentRegistrationFailedException : public Exception
[<SerializableAttribute>]
type ComponentRegistrationFailedException =  
    class
        inherit Exception
    end
public class ComponentRegistrationFailedException extends Exception

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.VisualStudio.PlatformUI.OleComponentSupport.ComponentRegistrationFailedException

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

ComponentRegistrationFailedException Members

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace