C# Class KafkaNet.Protocol.OffsetOutOfRangeException

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

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
OffsetOutOfRangeException ( SerializationInfo info, StreamingContext context ) : System
OffsetOutOfRangeException ( string message ) : System
OffsetOutOfRangeException ( string message, Exception innerException ) : System

Method Details

GetObjectData() public method

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

OffsetOutOfRangeException() public method

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

OffsetOutOfRangeException() public method

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

OffsetOutOfRangeException() public method

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