C# Class Kafka.Client.Exceptions.ZooKeeperException

Inheritance: System.Exception
Datei anzeigen Open project: precog/kafka

Public Methods

Method Description
ZooKeeperException ( ) : System
ZooKeeperException ( string message ) : System
ZooKeeperException ( string message, Exception exc ) : System

Protected Methods

Method Description
ZooKeeperException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ZooKeeperException() public method

public ZooKeeperException ( ) : System
return System

ZooKeeperException() protected method

protected ZooKeeperException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ZooKeeperException() public method

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

ZooKeeperException() public method

public ZooKeeperException ( string message, Exception exc ) : System
message string
exc System.Exception
return System