CannotRetrieveAppInfoException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CannotRetrieveAppInfoException() |
This API supports the product infrastructure and is not intended to be used directly from your code. |
CannotRetrieveAppInfoException(String) |
This API supports the product infrastructure and is not intended to be used directly from your code. |
CannotRetrieveAppInfoException(String, Exception) |
This API supports the product infrastructure and is not intended to be used directly from your code. |
CannotRetrieveAppInfoException()
public:
CannotRetrieveAppInfoException();
public CannotRetrieveAppInfoException ();
Public Sub New ()
Applies to
CannotRetrieveAppInfoException(String)
public:
CannotRetrieveAppInfoException(System::String ^ message);
public CannotRetrieveAppInfoException (string message);
new Microsoft.VisualStudio.Tools.Applications.Runtime.CannotRetrieveAppInfoException : string -> Microsoft.VisualStudio.Tools.Applications.Runtime.CannotRetrieveAppInfoException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
CannotRetrieveAppInfoException(String, Exception)
public:
CannotRetrieveAppInfoException(System::String ^ message, Exception ^ innerException);
public CannotRetrieveAppInfoException (string message, Exception innerException);
new Microsoft.VisualStudio.Tools.Applications.Runtime.CannotRetrieveAppInfoException : string * Exception -> Microsoft.VisualStudio.Tools.Applications.Runtime.CannotRetrieveAppInfoException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception