C# Class Naos.Foundation.Domain.EntityNotFoundException

Inheritance: Exception
Show file Open project: vip32/Naos

Public Methods

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

Protected Methods

Method Description
EntityNotFoundException ( System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context ) : System

Method Details

EntityNotFoundException() public method

public EntityNotFoundException ( ) : System
return System

EntityNotFoundException() protected method

protected EntityNotFoundException ( System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context ) : System
serializationInfo 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 Exception
return System