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

Inheritance: System.Exception
Exibir arquivo Open project: rogeralsing/akka.net

Public Methods

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

Protected Methods

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

Method Details

NoSnapshotStoreException() public method

public NoSnapshotStoreException ( ) : System
return System

NoSnapshotStoreException() protected method

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

NoSnapshotStoreException() public method

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

NoSnapshotStoreException() public method

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