DongnippSDKErrorEventArgs 构造函数

构造 DongnippSDKErrorEventArgs 类的新实例。

Definition

命名空间: top.nuozhen.Dongnipp
程序集: Dongnipp (在 Dongnipp.exe 中) 版本:0.0.0.0
C#
public ErrorEventArgs(
	string message,
	Exception exception
)

参数

message  String
错误消息。
exception  Exception
与错误关联的异常。

参见