C# Class Sample.EventStorage.ConcurrencyViolationException

Inheritance: System.Exception
Mostra file Open project: thedersen/DDDCourse

Public Methods

Method Description
ConcurrencyViolationException ( ) : System
ConcurrencyViolationException ( string message ) : System
ConcurrencyViolationException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

ConcurrencyViolationException() public method

public ConcurrencyViolationException ( ) : System
return System

ConcurrencyViolationException() protected method

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

ConcurrencyViolationException() public method

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

ConcurrencyViolationException() public method

public ConcurrencyViolationException ( string message, Exception inner ) : System
message string
inner System.Exception
return System