ComponentRegistrationFailedException Constructor (String^, Exception^)
Visual Studio 2015
Microsoft internal use only.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public:
ComponentRegistrationFailedException(
String^ message,
Exception^ innerException
)
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.
- innerException
-
Type:
System::Exception^
The exception that is the cause of the current exception. If the innerException parameter is not null, the current exception is raised in a catch block that handles the inner exception.
Show: