C# Class Akka.Persistence.Snapshot.NoSnapshotStore.NoSnapshotStoreException

Inheritance: System.Exception
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
NoSnapshotStoreException ( ) : System
NoSnapshotStoreException ( string message ) : System
NoSnapshotStoreException ( string message, Exception innerException ) : System

Méthodes protégées

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

Method Details

NoSnapshotStoreException() public méthode

public NoSnapshotStoreException ( ) : System
Résultat System

NoSnapshotStoreException() protected méthode

protected NoSnapshotStoreException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

NoSnapshotStoreException() public méthode

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

NoSnapshotStoreException() public méthode

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