C# Class SenseNet.ContentRepository.ReferenceNotFoundException

Inheritance: System.Exception
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
ReferenceNotFoundException ( string message, string referenceInfo ) : System
ReferenceNotFoundException ( string message, string referenceInfo, Exception inner ) : System

Méthodes protégées

Méthode Description
ReferenceNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Méthode Description
MessageHelper ( string message, string referenceInfo ) : string

Method Details

ReferenceNotFoundException() protected méthode

protected ReferenceNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

ReferenceNotFoundException() public méthode

public ReferenceNotFoundException ( string message, string referenceInfo ) : System
message string
referenceInfo string
Résultat System

ReferenceNotFoundException() public méthode

public ReferenceNotFoundException ( string message, string referenceInfo, Exception inner ) : System
message string
referenceInfo string
inner System.Exception
Résultat System