MemcachedException Constructor (String, Exception)

MySQL Connector/Net

MemcachedException Constructor (String, Exception)

Namespace: MySql.Data.MySqlClient.Memcached
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public MemcachedException(
	string msg,
	Exception e
)
Public Sub New ( 
	msg As String,
	e As Exception
)
public:
MemcachedException(
	String^ msg, 
	Exception^ e
)
new : 
        msg : string * 
        e : Exception -> MemcachedException

Parameters

msg
Type: SystemString
e
Type: SystemException
See Also