CannotRetrieveCachedDataException 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
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