Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
创建一个带有给定消息并包含导致该异常的内部异常的新 SynchronizationException。
Public Sub New(ByVal message As String, ByVal ie As Exception)
public SynchronizationException(string message, Exception ie)
message 此 SynchronizationException 的消息。
ie 导致该 SynchronizationException 的异常。