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

상속: XRIResolutionException
파일 보기 프로젝트 열기: AArnott/dotnetxri

보호된 프로퍼티들

프로퍼티 타입 설명
unresolved string

공개 메소드들

메소드 설명
RefNotFollowedException ( string unresolved )
RefNotFollowedException ( string unresolved, string message )

메소드 상세

RefNotFollowedException() 공개 메소드

public RefNotFollowedException ( string unresolved )
unresolved string

RefNotFollowedException() 공개 메소드

public RefNotFollowedException ( string unresolved, string message )
unresolved string
message string

프로퍼티 상세

unresolved 보호되어 있는 프로퍼티

protected string unresolved
리턴 string