C# Class SenseNet.ContentRepository.InvalidContentException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

InvalidContentException() public méthode

public InvalidContentException ( ) : System
Résultat System

InvalidContentException() protected méthode

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

InvalidContentException() public méthode

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

InvalidContentException() public méthode

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