C# Class DomainDrivenDesign.Core.EventSourcingRepository.AggregateConflickVersionException

Inheritance: Exception
Datei anzeigen Open project: badpaybad/DDDEventSourcing

Public Methods

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

Protected Methods

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

Method Details

AggregateConflickVersionException() public method

public AggregateConflickVersionException ( ) : System
return System

AggregateConflickVersionException() protected method

protected AggregateConflickVersionException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

AggregateConflickVersionException() public method

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

AggregateConflickVersionException() public method

public AggregateConflickVersionException ( string message, Exception innerException ) : System
message string
innerException Exception
return System