C# 클래스 Esri.ArcGisServer.Rest.Route.SolveException

상속: System.Exception
파일 보기 프로젝트 열기: WSDOT-GIS/ArcGisServerRestApiWrapper

공개 메소드들

메소드 설명
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