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