Class DeleteSnapshotFailure
  
  
  
    Inheritance
    
    DeleteSnapshotFailure
   
  
  
  
  Assembly: Akka.Persistence.dll
  Syntax
  
    [Serializable]
public sealed class DeleteSnapshotFailure : ISnapshotResponse, ISnapshotMessage, IPersistenceMessage, INoSerializationVerificationNeeded, IEquatable<DeleteSnapshotFailure>
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public DeleteSnapshotFailure(SnapshotMetadata metadata, Exception cause)
   
  Parameters
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  Cause
  
  
  Declaration
  
    public Exception Cause { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public SnapshotMetadata Metadata { get; }
   
  Property Value
  
  Methods
  
    |
    Edit this page
  
  
    View Source
  
  
  Equals(DeleteSnapshotFailure)
  
  
  Declaration
  
    public bool Equals(DeleteSnapshotFailure other)
   
  Parameters
  
  Returns
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Equals(object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | object | obj |  | 
    
  
  Returns
  
  Overrides
  
  
    |
    Edit this page
  
  
    View Source
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
  Overrides
  
  
    |
    Edit this page
  
  
    View Source
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
  Overrides
  
  Implements
  
  
  
  
  
  Extension Methods