ComponentRevocationFailedException Constructor (String^, Exception^)

 

Microsoft internal use only.

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

public:
ComponentRevocationFailedException(
	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.

Return to top
Show: