ComponentRevocationFailedException Constructor (String)
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
'Declaration
Public Sub New ( _
message As String _
)
public ComponentRevocationFailedException(
string message
)
public:
ComponentRevocationFailedException(
String^ message
)
new :
message:string -> ComponentRevocationFailedException
public function ComponentRevocationFailedException(
message : String
)
- message
Type: System.String
The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
ComponentRevocationFailedException Class
ComponentRevocationFailedException Overload
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace