C# Class MemcachedClientLibrary.MemcachedClientException

Inheritance: System.ApplicationException
Afficher le fichier Open project: noear/Weed3

Méthodes publiques

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

Method Details

MemcachedClientException() public méthode

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

MemcachedClientException() public méthode

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