共用方式為


CannotRetrieveAppInfoException Constructors

Definition

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

Applies to