ComponentRegistrationFailedException Constructor (String)
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public ComponentRegistrationFailedException(
string message
)
public:
ComponentRegistrationFailedException(
String^ message
)
new :
message:string -> ComponentRegistrationFailedException
public function ComponentRegistrationFailedException(
message : String
)
Parameters
message
Type: StringThe 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.
.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
ComponentRegistrationFailedException Class
ComponentRegistrationFailedException Overload
Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace