C# Class Stash.BackingStore.ConcurrentUpdateException

Inheritance: System.Exception
Datei anzeigen Open project: AndyHitchman/Stash

Public Methods

Method Description
ConcurrentUpdateException ( ) : System
ConcurrentUpdateException ( InternalId internalId, Exception inner ) : System
ConcurrentUpdateException ( string message ) : System
ConcurrentUpdateException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

ConcurrentUpdateException() public method

public ConcurrentUpdateException ( ) : System
return System

ConcurrentUpdateException() public method

public ConcurrentUpdateException ( InternalId internalId, Exception inner ) : System
internalId InternalId
inner System.Exception
return System

ConcurrentUpdateException() protected method

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

ConcurrentUpdateException() public method

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

ConcurrentUpdateException() public method

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