MemcachedException Class

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
The base exception class for all Memcached exceptions.

Namespace: MySql.Data.MySqlClient.Memcached
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
public class MemcachedException : Exception
Visual Basic
Public Class MemcachedException _
	Inherits Exception
Visual C++
public ref class MemcachedException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    MySql.Data.MySqlClient.Memcached..::..MemcachedException

See Also