Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
SuperMap
Connector
Utility
ServiceErrorEventArgs
C# Class SuperMap.Connector.Utility.ServiceErrorEventArgs
提供访问服务返回失败时的数据。
Inheritance:
System.EventArgs
Mostrar archivo
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