C# Class Domain.Core.AggregateNotFoundException

Inheritance: System.Exception
显示文件 Open project: AdrianFreemantle/DDD

Public Methods

Method Description
AggregateNotFoundException ( string message ) : System

Protected Methods

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

Method Details

AggregateNotFoundException() protected method

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

AggregateNotFoundException() public method

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