 | SynchronizationQueueException(ISynchronizationQueue, String, Exception) Constructor |
Creates a new synchronization queue exception with a specified innerException
Namespace: SanteDB.Client.Disconnected.ExceptionsAssembly: SanteDB.Client.Disconnected (in SanteDB.Client.Disconnected.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic SynchronizationQueueException(
ISynchronizationQueue queue,
string message,
Exception innerException
)
Public Sub New (
queue As ISynchronizationQueue,
message As String,
innerException As Exception
)
public:
SynchronizationQueueException(
ISynchronizationQueue^ queue,
String^ message,
Exception^ innerException
)
new :
queue : ISynchronizationQueue *
message : string *
innerException : Exception -> SynchronizationQueueExceptionParameters
- 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