C# Class CeleryArchitectureDemo.Features.Todo.TodoItemNotFoundException

Inheritance: System.Exception
ファイルを表示 Open project: garoyeri/celery-architecture-demo

Public Methods

Method Description
TodoItemNotFoundException ( )
TodoItemNotFoundException ( string message )
TodoItemNotFoundException ( string message, System.Exception inner )

Protected Methods

Method Description
TodoItemNotFoundException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context )

Method Details

TodoItemNotFoundException() public method

TodoItemNotFoundException() protected method

protected TodoItemNotFoundException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context )
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext

TodoItemNotFoundException() public method

public TodoItemNotFoundException ( string message )
message string

TodoItemNotFoundException() public method

public TodoItemNotFoundException ( string message, System.Exception inner )
message string
inner System.Exception