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