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