C# Class Festispec.Models.Exception.InvalidAddressException

Inheritance: System.Exception
Afficher le fichier Open project: martijnmelchers/avans-festispec

Méthodes publiques

Méthode Description
InvalidAddressException ( )
InvalidAddressException ( string message )
InvalidAddressException ( string message, System.Exception innerException )

Method Details

InvalidAddressException() public méthode

InvalidAddressException() public méthode

public InvalidAddressException ( string message )
message string

InvalidAddressException() public méthode

public InvalidAddressException ( string message, System.Exception innerException )
message string
innerException System.Exception