C# Class NStore.Core.Streams.ConcurrencyException

Inheritance: Exception
Datei anzeigen Open project: nstoredev/NStore

Public Methods

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

Protected Methods

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

Method Details

ConcurrencyException() public method

public ConcurrencyException ( ) : System
return System

ConcurrencyException() protected method

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

ConcurrencyException() public method

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

ConcurrencyException() public method

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