ItemNotInCacheException 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
ItemNotInCacheException() | |
ItemNotInCacheException(String) | |
ItemNotInCacheException(String, Exception) | |
ItemNotInCacheException(String, String) | |
ItemNotInCacheException(String, String, Exception) |
ItemNotInCacheException()
public:
ItemNotInCacheException();
public ItemNotInCacheException ();
Public Sub New ()
Applies to
ItemNotInCacheException(String)
public:
ItemNotInCacheException(System::String ^ identifier);
public ItemNotInCacheException (string identifier);
new Microsoft.VisualStudio.Tools.Applications.Runtime.ItemNotInCacheException : string -> Microsoft.VisualStudio.Tools.Applications.Runtime.ItemNotInCacheException
Public Sub New (identifier As String)
Parameters
- identifier
- String
Applies to
ItemNotInCacheException(String, Exception)
public:
ItemNotInCacheException(System::String ^ identifier, Exception ^ innerException);
public ItemNotInCacheException (string identifier, Exception innerException);
new Microsoft.VisualStudio.Tools.Applications.Runtime.ItemNotInCacheException : string * Exception -> Microsoft.VisualStudio.Tools.Applications.Runtime.ItemNotInCacheException
Public Sub New (identifier As String, innerException As Exception)
Parameters
- identifier
- String
- innerException
- Exception
Applies to
ItemNotInCacheException(String, String)
public:
ItemNotInCacheException(System::String ^ message, System::String ^ identifier);
public ItemNotInCacheException (string message, string identifier);
new Microsoft.VisualStudio.Tools.Applications.Runtime.ItemNotInCacheException : string * string -> Microsoft.VisualStudio.Tools.Applications.Runtime.ItemNotInCacheException
Public Sub New (message As String, identifier As String)
Parameters
- message
- String
- identifier
- String
Applies to
ItemNotInCacheException(String, String, Exception)
public:
ItemNotInCacheException(System::String ^ message, System::String ^ identifier, Exception ^ innerException);
public ItemNotInCacheException (string message, string identifier, Exception innerException);
new Microsoft.VisualStudio.Tools.Applications.Runtime.ItemNotInCacheException : string * string * Exception -> Microsoft.VisualStudio.Tools.Applications.Runtime.ItemNotInCacheException
Public Sub New (message As String, identifier As String, innerException As Exception)
Parameters
- message
- String
- identifier
- String
- innerException
- Exception