C# Class SuperMap.Web.OGC.RequestException

${mapping_RequestException_Tile}
Afficher le fichier Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Méthodes publiques

Méthode 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 méthode

${mapping_RequestException_constructor_D}
public RequestException ( Exception other ) : System
other System.Exception ${mapping_RequestException_constructor_param_other}
Résultat System

RequestException() public méthode

${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}
Résultat System