C# Class OpenEvents.Backend.Common.Exceptions.EntityNotFoundException

Inheritance: ApplicationException
Mostrar archivo Open project: riganti/openevents

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 SerializationInfo
context 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