CachedDataTypeMismatchException Constructeurs

Définition

Surcharges

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

CachedDataTypeMismatchException()

public CachedDataTypeMismatchException ();

S’applique à

CachedDataTypeMismatchException(String)

public CachedDataTypeMismatchException (string message);

Paramètres

message
String

S’applique à

CachedDataTypeMismatchException(Type)

public CachedDataTypeMismatchException (Type valueType);

Paramètres

valueType
Type

S’applique à

CachedDataTypeMismatchException(String, Exception)

public CachedDataTypeMismatchException (string message, Exception innerException);

Paramètres

message
String
innerException
Exception

S’applique à