C# Class Signum.Engine.ConcurrencyException

Inheritance: System.Exception
Mostra file Open project: signumsoftware/framework

Public Methods

Method Description
ConcurrencyException ( Type type ) : System

Protected Methods

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

Method Details

ConcurrencyException() protected method

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

ConcurrencyException() public method

public ConcurrencyException ( Type type ) : System
type System.Type
return System