C# Class SuperMap.Connector.Utility.FailedEventArgs

请求失败时的事件数据。
Inheritance: System.EventArgs
ファイルを表示 Open project: SuperMap/iClient-for-DotNet

Public Methods

Method Description
FailedEventArgs ( Exception exception ) : System

构造函数。

Method Details

FailedEventArgs() public method

构造函数。
public FailedEventArgs ( Exception exception ) : System
exception System.Exception 异常对象。
return System