C# Class GoatTrip.DAL.LocationNotFoundException

Inheritance: System.Exception
Datei anzeigen Open project: NHSChoices/location-service

Public Methods

Method Description
LocationNotFoundException ( string id ) : System

Protected Methods

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

Method Details

LocationNotFoundException() protected method

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

LocationNotFoundException() public method

public LocationNotFoundException ( string id ) : System
id string
return System