C# Class SenseNet.ContentRepository.InvalidContentActionException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

InvalidContentActionException() public méthode

public InvalidContentActionException ( ) : System
Résultat System

InvalidContentActionException() protected méthode

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

InvalidContentActionException() public méthode

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

InvalidContentActionException() public méthode

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