C# 클래스 SuperMap.Connector.Utility.ServiceErrorEventArgs

提供访问服务返回失败时的数据。
상속: System.EventArgs
파일 보기 프로젝트 열기: SuperMap/iClient-for-DotNet

공개 메소드들

메소드 설명
ServiceErrorEventArgs ( ServiceException exception ) : System

构造函数。

메소드 상세

ServiceErrorEventArgs() 공개 메소드

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