C# Class Orleans.KafkaStreamProvider.KafkaStreamProviderException

Inheritance: System.Exception
Datei anzeigen Open project: gigya/Orleans.KafkaStreamProvider

Public Methods

Method Description
KafkaStreamProviderException ( ) : System
KafkaStreamProviderException ( string message ) : System
KafkaStreamProviderException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

KafkaStreamProviderException() public method

public KafkaStreamProviderException ( ) : System
return System

KafkaStreamProviderException() protected method

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

KafkaStreamProviderException() public method

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

KafkaStreamProviderException() public method

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