C# Class Apache.Shiro.Cache.CacheException

Inheritance: ShiroException
Afficher le fichier Open project: katasource/shironet

Méthodes publiques

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

Method Details

CacheException() public méthode

public CacheException ( ) : System
Résultat System

CacheException() public méthode

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

CacheException() public méthode

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