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

Inheritance: MovementDateException
Show file Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
MovementDateOutsideConsentPeriodException ( ) : System
MovementDateOutsideConsentPeriodException ( string message ) : System
MovementDateOutsideConsentPeriodException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

MovementDateOutsideConsentPeriodException() public method

public MovementDateOutsideConsentPeriodException ( ) : System
return System

MovementDateOutsideConsentPeriodException() protected method

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

MovementDateOutsideConsentPeriodException() public method

public MovementDateOutsideConsentPeriodException ( string message ) : System
message string
return System

MovementDateOutsideConsentPeriodException() public method

public MovementDateOutsideConsentPeriodException ( string message, Exception inner ) : System
message string
inner System.Exception
return System