C# 클래스 SenseNet.ContentRepository.ReferenceNotFoundException

상속: System.Exception
파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

메소드 설명
ReferenceNotFoundException ( string message, string referenceInfo ) : System
ReferenceNotFoundException ( string message, string referenceInfo, Exception inner ) : System

보호된 메소드들

메소드 설명
ReferenceNotFoundException ( SerializationInfo info, StreamingContext context ) : System

비공개 메소드들

메소드 설명
MessageHelper ( string message, string referenceInfo ) : string

메소드 상세

ReferenceNotFoundException() 보호된 메소드

protected ReferenceNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

ReferenceNotFoundException() 공개 메소드

public ReferenceNotFoundException ( string message, string referenceInfo ) : System
message string
referenceInfo string
리턴 System

ReferenceNotFoundException() 공개 메소드

public ReferenceNotFoundException ( string message, string referenceInfo, Exception inner ) : System
message string
referenceInfo string
inner System.Exception
리턴 System