C# Class KafkaNet.Protocol.LeaderNotFoundException

Inheritance: System.ApplicationException
Datei anzeigen Open project: gigya/KafkaNetClient

Public Methods

Method Description
LeaderNotFoundException ( SerializationInfo info, StreamingContext context ) : System
LeaderNotFoundException ( string message ) : System
LeaderNotFoundException ( string message, Exception innerException ) : System

Method Details

LeaderNotFoundException() public method

public LeaderNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

LeaderNotFoundException() public method

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

LeaderNotFoundException() public method

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