[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.BatchShipmentResult.Exception"]
public AggregateException Exception { get; }
Public ReadOnly Property Exception As AggregateException
Get
public:
property AggregateException^ Exception {
AggregateException^ get ();
}
member Exception : AggregateException with get