CachedDataTypeMismatchException Oluşturucular

Tanım

Aşırı Yüklemeler

CachedDataTypeMismatchException()
CachedDataTypeMismatchException(String)
CachedDataTypeMismatchException(Type)
CachedDataTypeMismatchException(String, Exception)

CachedDataTypeMismatchException()

public CachedDataTypeMismatchException ();

Şunlara uygulanır

CachedDataTypeMismatchException(String)

public CachedDataTypeMismatchException (string message);

Parametreler

message
String

Şunlara uygulanır

CachedDataTypeMismatchException(Type)

public CachedDataTypeMismatchException (Type valueType);

Parametreler

valueType
Type

Şunlara uygulanır

CachedDataTypeMismatchException(String, Exception)

public CachedDataTypeMismatchException (string message, Exception innerException);

Parametreler

message
String
innerException
Exception

Şunlara uygulanır