C# 클래스 Kafka.Client.KafkaException

A wrapping of an error code returned from Kafka.
상속: System.Exception
파일 보기 프로젝트 열기: precog/kafka

공개 메소드들

메소드 설명
KafkaException ( int errorCode ) : System

Initializes a new instance of the KafkaException class.

비공개 메소드들

메소드 설명
GetMessage ( int errorCode ) : string

Gets the message for the exception based on the Kafka error code.

메소드 상세

KafkaException() 공개 메소드

Initializes a new instance of the KafkaException class.
public KafkaException ( int errorCode ) : System
errorCode int The error code generated by a request to Kafka.
리턴 System