C# Class SuperMap.Connector.Utility.ServiceErrorEventArgs

提供访问服务返回失败时的数据。
Inheritance: System.EventArgs
Mostra file Open project: SuperMap/iClient-for-DotNet

Public Methods

Method Description
ServiceErrorEventArgs ( ServiceException exception ) : System

构造函数。

Method Details

ServiceErrorEventArgs() public method

构造函数。
public ServiceErrorEventArgs ( ServiceException exception ) : System
exception ServiceException 异常信息。
return System