Sdílet prostřednictvím


CannotRetrieveCachedDataException Constructors

Definition

Overloads

CannotRetrieveCachedDataException()
CannotRetrieveCachedDataException(String)
CannotRetrieveCachedDataException(String, Exception)

CannotRetrieveCachedDataException()

public:
 CannotRetrieveCachedDataException();
public CannotRetrieveCachedDataException ();
Public Sub New ()

Applies to

CannotRetrieveCachedDataException(String)

public:
 CannotRetrieveCachedDataException(System::String ^ message);
public CannotRetrieveCachedDataException (string message);
new Microsoft.VisualStudio.Tools.Applications.Runtime.CannotRetrieveCachedDataException : string -> Microsoft.VisualStudio.Tools.Applications.Runtime.CannotRetrieveCachedDataException
Public Sub New (message As String)

Parameters

message
String

Applies to

CannotRetrieveCachedDataException(String, Exception)

public:
 CannotRetrieveCachedDataException(System::String ^ message, Exception ^ innerException);
public CannotRetrieveCachedDataException (string message, Exception innerException);
new Microsoft.VisualStudio.Tools.Applications.Runtime.CannotRetrieveCachedDataException : string * Exception -> Microsoft.VisualStudio.Tools.Applications.Runtime.CannotRetrieveCachedDataException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to