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

Inheritance: System.Exception
Afficher le fichier Open project: WSDOT-GIS/ArcGisServerRestApiWrapper

Méthodes publiques

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

Méthodes protégées

Méthode Description
SolveException ( SerializationInfo info, StreamingContext context ) : System

Creates a new instance.

Method Details

SolveException() public méthode

Creates a new instance.
public SolveException ( ) : System
Résultat System

SolveException() protected méthode

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

SolveException() public méthode

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

SolveException() public méthode

Creates a new instance.
public SolveException ( string message ) : System
message string
Résultat System

SolveException() public méthode

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