SyncObjectEvents.OnError(Int32, String) 方法

定义

这是 COM coclass 中事件接口中的成员。 它不适合在您的代码中使用。

public:
 void OnError(int Code, System::String ^ Description);
public void OnError (int Code, string Description);
Public Sub OnError (Code As Integer, Description As String)

参数

Code
Int32
Description
String

适用于