C# Class SenseNet.ContentRepository.ReferenceNotFoundException

Inheritance: System.Exception
Show file Open project: maxpavlov/FlexNet

Public Methods

Method Description
ReferenceNotFoundException ( string message, string referenceInfo ) : System
ReferenceNotFoundException ( string message, string referenceInfo, Exception inner ) : System

Protected Methods

Method Description
ReferenceNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
MessageHelper ( string message, string referenceInfo ) : string

Method Details

ReferenceNotFoundException() protected method

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

ReferenceNotFoundException() public method

public ReferenceNotFoundException ( string message, string referenceInfo ) : System
message string
referenceInfo string
return System

ReferenceNotFoundException() public method

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