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