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

Exception thrown when a URI obtained through XRIAuthority is invalid or when the URL built to send a request us invalid.
상속: XRIResolutionException
파일 보기 프로젝트 열기: AArnott/dotnetxri

공개 메소드들

메소드 설명
InvalidAuthorityURIException ( string message )
InvalidAuthorityURIException ( string message, System exception )

메소드 상세

InvalidAuthorityURIException() 공개 메소드

public InvalidAuthorityURIException ( string message )
message string

InvalidAuthorityURIException() 공개 메소드

public InvalidAuthorityURIException ( string message, System exception )
message string
exception System