ComponentRevocationFailedException Constructor (String)
Initializes a new instance of the ComponentRevocationFailedException class with a specified message that describes the error.
Namespace: Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Public Sub New ( _
message As String _
)
'Utilisation
Dim message As String
Dim instance As New ComponentRevocationFailedException(message)
public ComponentRevocationFailedException(
string message
)
public:
ComponentRevocationFailedException(
String^ message
)
new :
message:string -> ComponentRevocationFailedException
public function ComponentRevocationFailedException(
message : String
)
Parameters
- 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.
Remarks
The following table shows the initial property values for an instance of ComponentRevocationFailedException.
Property |
Value |
---|---|
nulla null reference (Nothing in Visual Basic). |
|
The error message string specified in message. |
.NET Framework Security
- 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.
See Also
Reference
ComponentRevocationFailedException Class
ComponentRevocationFailedException Members
ComponentRevocationFailedException Overload
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace