C# Class EA.Iws.Domain.Movement.MovementDateOutsideConsentPeriodException

Inheritance: MovementDateException
Afficher le fichier Open project: EnvironmentAgency/prsd-iws

Méthodes publiques

Méthode Description
MovementDateOutsideConsentPeriodException ( ) : System
MovementDateOutsideConsentPeriodException ( string message ) : System
MovementDateOutsideConsentPeriodException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
MovementDateOutsideConsentPeriodException ( SerializationInfo info, StreamingContext context ) : System

Method Details

MovementDateOutsideConsentPeriodException() public méthode

public MovementDateOutsideConsentPeriodException ( ) : System
Résultat System

MovementDateOutsideConsentPeriodException() protected méthode

protected MovementDateOutsideConsentPeriodException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

MovementDateOutsideConsentPeriodException() public méthode

public MovementDateOutsideConsentPeriodException ( string message ) : System
message string
Résultat System

MovementDateOutsideConsentPeriodException() public méthode

public MovementDateOutsideConsentPeriodException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System