C# Class MemcachedClientLibrary.MemcachedClientException

Inheritance: System.ApplicationException
Datei anzeigen Open project: noear/Weed3

Public Methods

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

Method Details

MemcachedClientException() public method

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

MemcachedClientException() public method

public MemcachedClientException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System