CachedDataCouldNotBeSerializedException Constructeurs

Définition

Surcharges

CachedDataCouldNotBeSerializedException()
CachedDataCouldNotBeSerializedException(String)
CachedDataCouldNotBeSerializedException(String, Exception)
CachedDataCouldNotBeSerializedException(String, String)
CachedDataCouldNotBeSerializedException(String, String, Exception)
CachedDataCouldNotBeSerializedException(String, String, String)
CachedDataCouldNotBeSerializedException(String, String, String, Exception)

CachedDataCouldNotBeSerializedException()

public CachedDataCouldNotBeSerializedException ();

S’applique à

CachedDataCouldNotBeSerializedException(String)

public CachedDataCouldNotBeSerializedException (string message);

Paramètres

message
String

S’applique à

CachedDataCouldNotBeSerializedException(String, Exception)

public CachedDataCouldNotBeSerializedException (string message, Exception innerException);

Paramètres

message
String
innerException
Exception

S’applique à

CachedDataCouldNotBeSerializedException(String, String)

public CachedDataCouldNotBeSerializedException (string hostItemId, string itemId);

Paramètres

hostItemId
String
itemId
String

S’applique à

CachedDataCouldNotBeSerializedException(String, String, Exception)

public CachedDataCouldNotBeSerializedException (string hostItemId, string itemId, Exception innerException);

Paramètres

hostItemId
String
itemId
String
innerException
Exception

S’applique à

CachedDataCouldNotBeSerializedException(String, String, String)

public CachedDataCouldNotBeSerializedException (string message, string hostItemId, string itemId);

Paramètres

message
String
hostItemId
String
itemId
String

S’applique à

CachedDataCouldNotBeSerializedException(String, String, String, Exception)

public CachedDataCouldNotBeSerializedException (string message, string hostItemId, string itemId, Exception innerException);

Paramètres

message
String
hostItemId
String
itemId
String
innerException
Exception

S’applique à