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