ComponentRevocationFailedException Constructor

Initializes a new instance of the ComponentRevocationFailedException class with a system-supplied message that describes the error.

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

Syntax

‘선언
Public Sub New
‘사용 방법

Dim instance As New ComponentRevocationFailedException()
public ComponentRevocationFailedException()
public:
ComponentRevocationFailedException()
new : unit -> ComponentRevocationFailedException
public function ComponentRevocationFailedException()

Remarks

This constructor initializes the Message property of the new instance to a system-supplied message that describes the error, such as "DefaultMessageDisplayedByParameterlessCtorWriterMustSupply" This message takes into account the current system culture.

The following table shows the initial property values for an instance of InsufficientMemoryException.

Property

Value

InnerException

nulla null reference (Nothing in Visual Basic).

Message

The localized error message string.

.NET Framework Security

See Also

Reference

ComponentRevocationFailedException Class

ComponentRevocationFailedException Members

ComponentRevocationFailedException Overload

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace

Other Resources

Handling and Throwing Exceptions