C# Class Signum.Engine.EntityNotFoundException

Inheritance: System.Exception
Datei anzeigen Open project: signumsoftware/framework

Public Methods

Method Description
EntityNotFoundException ( Type type ) : System

Protected Methods

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

Method Details

EntityNotFoundException() protected method

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

EntityNotFoundException() public method

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