C# Class Orleans.Indexing.IndexConfigurationException

This exception is thrown when an indexing configuration exception is encountered.
Inheritance: Orleans.Indexing.IndexException
Afficher le fichier Open project: sergeybykov/Orleans.Indexing-prep

Méthodes publiques

Méthode Description
IndexConfigurationException ( string message ) : System

Méthodes protégées

Méthode Description
IndexConfigurationException ( SerializationInfo info, StreamingContext context ) : System

Method Details

IndexConfigurationException() protected méthode

protected IndexConfigurationException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

IndexConfigurationException() public méthode

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