C# Класс Akka.Persistence.Snapshot.NoSnapshotStore.NoSnapshotStoreException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
NoSnapshotStoreException ( ) : System
NoSnapshotStoreException ( string message ) : System
NoSnapshotStoreException ( string message, Exception innerException ) : System

Защищенные методы

Метод Описание
NoSnapshotStoreException ( SerializationInfo info, StreamingContext context ) : System

Описание методов

NoSnapshotStoreException() публичный Метод

public NoSnapshotStoreException ( ) : System
Результат System

NoSnapshotStoreException() защищенный Метод

protected NoSnapshotStoreException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

NoSnapshotStoreException() публичный Метод

public NoSnapshotStoreException ( string message ) : System
message string
Результат System

NoSnapshotStoreException() публичный Метод

public NoSnapshotStoreException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System