C# Class Esri.ArcGisServer.Rest.Route.SolveException

Inheritance: System.Exception
ファイルを表示 Open project: WSDOT-GIS/ArcGisServerRestApiWrapper

Public Methods

Method Description
SolveException ( ) : System

Creates a new instance.

SolveException ( SolveErrorResponse errorResponse ) : System

Creates a new instance.

SolveException ( string message ) : System

Creates a new instance.

SolveException ( string message, Exception inner ) : System

Creates a new instance.

Protected Methods

Method Description
SolveException ( SerializationInfo info, StreamingContext context ) : System

Creates a new instance.

Method Details

SolveException() public method

Creates a new instance.
public SolveException ( ) : System
return System

SolveException() protected method

Creates a new instance.
protected SolveException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

SolveException() public method

Creates a new instance.
public SolveException ( SolveErrorResponse errorResponse ) : System
errorResponse SolveErrorResponse The REST response.
return System

SolveException() public method

Creates a new instance.
public SolveException ( string message ) : System
message string
return System

SolveException() public method

Creates a new instance.
public SolveException ( string message, Exception inner ) : System
message string
inner System.Exception
return System