Open sandboxFocus

Constructor CacheCleanupFailureArgs

CacheCleanupFailureArgs(string, Exception?)

Initializes a new instance of the CacheCleanupFailureArgs class.

Declaration
public CacheCleanupFailureArgs(string message, Exception? exception = null)
Parameters
Type Name Description
string message

A message describing the failure.

Exception exception

The exception that caused the failure, if any.