C# Class Oisee.ArcGIS.RestClient.Exceptions.ArcGISUnexpectedResponseException

Inheritance: Exception
Mostra file Open project: osamaishtiaq/arcgis-rest-dotnet

Public Methods

Method Description
ArcGISUnexpectedResponseException ( string message ) : System
ArcGISUnexpectedResponseException ( string message, Exception innerException ) : System

Method Details

ArcGISUnexpectedResponseException() public method

public ArcGISUnexpectedResponseException ( string message ) : System
message string
return System

ArcGISUnexpectedResponseException() public method

public ArcGISUnexpectedResponseException ( string message, Exception innerException ) : System
message string
innerException Exception
return System