C# Class SenseNet.Services.ContentStore.NodeLoadException

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
NodeLoadException ( System info, System context ) : System

Method Details

NodeLoadException() public méthode

public NodeLoadException ( ) : System
Résultat System

NodeLoadException() protected méthode

protected NodeLoadException ( System info, System context ) : System
info System
context System
Résultat System

NodeLoadException() public méthode

public NodeLoadException ( string message ) : System
message string
Résultat System

NodeLoadException() public méthode

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