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

Inheritance: Exception
Afficher le fichier Open project: EncoreLabs/sdk-dotNet

Méthodes publiques

Méthode Description
CacheKeyNotFoundException ( ) : System
CacheKeyNotFoundException ( string message ) : System
CacheKeyNotFoundException ( string message, Exception innerException ) : System

Method Details

CacheKeyNotFoundException() public méthode

public CacheKeyNotFoundException ( ) : System
Résultat System

CacheKeyNotFoundException() public méthode

public CacheKeyNotFoundException ( string message ) : System
message string
Résultat System

CacheKeyNotFoundException() public méthode

public CacheKeyNotFoundException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System