C# 클래스 DotNetXri.Client.Resolve.Exception.XRIResolutionException

Base class for exceptions thrown during XRI Resolution
상속: System.Exception
파일 보기 프로젝트 열기: AArnott/dotnetxri

공개 메소드들

메소드 설명
XRIResolutionException ( string message )

Constructs an exception with the given message.

XRIResolutionException ( string message, System exception )

Constructs an exception with the given message and underlying exception.

XRIResolutionException ( string statusCode, string message )
getStatus ( ) : string

Returns the status.

메소드 상세

XRIResolutionException() 공개 메소드

Constructs an exception with the given message.
public XRIResolutionException ( string message )
message string

XRIResolutionException() 공개 메소드

Constructs an exception with the given message and underlying exception.
public XRIResolutionException ( string message, System exception )
message string
exception System

XRIResolutionException() 공개 메소드

public XRIResolutionException ( string statusCode, string message )
statusCode string
message string

getStatus() 공개 메소드

Returns the status.
public getStatus ( ) : string
리턴 string