MessageExceptionCollectorMessageExceptions Property
Dictionary containing the message handles (key) on which one or more exceptions has been registered in a list of exceptions.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public IDictionary<IMessageReceptionHandle, IList<Exception>> MessageExceptions { get; }
Public ReadOnly Property MessageExceptions As IDictionary(Of IMessageReceptionHandle, IList(Of Exception))
Get
public:
property IDictionary<IMessageReceptionHandle^, IList<Exception^>^>^ MessageExceptions {
IDictionary<IMessageReceptionHandle^, IList<Exception^>^>^ get ();
}
member MessageExceptions : IDictionary<IMessageReceptionHandle, IList<Exception>> with get
Property Value
IDictionaryIMessageReceptionHandle,
IListException