CannotRetrieveCachedDataException 构造函数

定义

重载

CannotRetrieveCachedDataException()
CannotRetrieveCachedDataException(String)
CannotRetrieveCachedDataException(String, Exception)

CannotRetrieveCachedDataException()

public CannotRetrieveCachedDataException ();

适用于

CannotRetrieveCachedDataException(String)

public CannotRetrieveCachedDataException (string message);

参数

message
String

适用于

CannotRetrieveCachedDataException(String, Exception)

public CannotRetrieveCachedDataException (string message, Exception innerException);

参数

message
String
innerException
Exception

适用于