C# Class KafkaNet.Protocol.NoLeaderElectedForPartition

Inheritance: System.ApplicationException
Afficher le fichier Open project: gigya/KafkaNetClient

Méthodes publiques

Méthode Description
NoLeaderElectedForPartition ( SerializationInfo info, StreamingContext context ) : System
NoLeaderElectedForPartition ( string message ) : System
NoLeaderElectedForPartition ( string message, Exception innerException ) : System

Method Details

NoLeaderElectedForPartition() public méthode

public NoLeaderElectedForPartition ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

NoLeaderElectedForPartition() public méthode

public NoLeaderElectedForPartition ( string message ) : System
message string
Résultat System

NoLeaderElectedForPartition() public méthode

public NoLeaderElectedForPartition ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System