CachedDataTypeMismatchException Constructors

Definition

Overloads

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

Applies to