C# Класс Esri.ArcGisServer.Rest.Route.SolveException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
SolveException ( SerializationInfo info, StreamingContext context ) : System

Creates a new instance.

Описание методов

SolveException() публичный Метод

Creates a new instance.
public SolveException ( ) : System
Результат System

SolveException() защищенный Метод

Creates a new instance.
protected SolveException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

SolveException() публичный Метод

Creates a new instance.
public SolveException ( SolveErrorResponse errorResponse ) : System
errorResponse SolveErrorResponse The REST response.
Результат System

SolveException() публичный Метод

Creates a new instance.
public SolveException ( string message ) : System
message string
Результат System

SolveException() публичный Метод

Creates a new instance.
public SolveException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System