Class ShipmentAlreadyOnTourException
Exception that will be thrown, if a shipment is already on a tour
Inheritance
System.Object
System.Exception
ShipmentAlreadyOnTourException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class ShipmentAlreadyOnTourException : Exception, ISerializable, _Exception
Constructors
| Improve this Doc View SourceShipmentAlreadyOnTourException()
Declaration
public ShipmentAlreadyOnTourException()
ShipmentAlreadyOnTourException(String)
Declaration
public ShipmentAlreadyOnTourException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
Properties
| Improve this Doc View SourceShipments
Gets or sets the failed shipments
Declaration
public IList<Shipment> Shipments { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Shipment> |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception