C# Class FrannHammer.Services.Exceptions.EntityNotFoundException

Inheritance: System.Exception
Show file Open project: Frannsoft/FrannHammer

Public Methods

Method Description
EntityNotFoundException ( ) : System
EntityNotFoundException ( string message ) : System
EntityNotFoundException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

EntityNotFoundException() public method

public EntityNotFoundException ( ) : System
return System

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 ( string message ) : System
message string
return System

EntityNotFoundException() public method

public EntityNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System