C# Class EncoreTickets.SDK.Utilities.Cache.CacheKeyNotFoundException

Inheritance: Exception
Mostra file Open project: EncoreLabs/sdk-dotNet

Public Methods

Method Description
CacheKeyNotFoundException ( ) : System
CacheKeyNotFoundException ( string message ) : System
CacheKeyNotFoundException ( string message, Exception innerException ) : System

Method Details

CacheKeyNotFoundException() public method

public CacheKeyNotFoundException ( ) : System
return System

CacheKeyNotFoundException() public method

public CacheKeyNotFoundException ( string message ) : System
message string
return System

CacheKeyNotFoundException() public method

public CacheKeyNotFoundException ( string message, Exception innerException ) : System
message string
innerException Exception
return System