Click or drag to resize

SynchronizationQueueException(ISynchronizationQueue, String, Exception) Constructor

Creates a new synchronization queue exception with a specified innerException

Namespace: SanteDB.Client.Disconnected.Exceptions
Assembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public SynchronizationQueueException(
	ISynchronizationQueue queue,
	string message,
	Exception innerException
)

Parameters

queue  ISynchronizationQueue
The queue which is raising the exception
message  String
The message for the exception
innerException  Exception
The exception which caused this
See Also