C# Class SuperMap.Web.OGC.RequestException

${mapping_RequestException_Tile}
Show file Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Methods

Method Description
RequestException ( Exception other ) : System

${mapping_RequestException_constructor_D}

RequestException ( string code, string locator, string message ) : System

${mapping_RequestException_constructor_D}

Method Details

RequestException() public method

${mapping_RequestException_constructor_D}
public RequestException ( Exception other ) : System
other System.Exception ${mapping_RequestException_constructor_param_other}
return System

RequestException() public method

${mapping_RequestException_constructor_D}
public RequestException ( string code, string locator, string message ) : System
code string ${mapping_RequestException_constructor_param_code}
locator string ${mapping_RequestException_constructor_param_locator}
message string ${mapping_RequestException_constructor_param_message}
return System