Creates a new SynchronizationException with the given message.
Public Sub New(ByVal message As String)
public SynchronizationException(string message)
message The message for this SynchronizationException.