C# Class SenseNet.ContentRepository.Storage.TypeNotFoundException

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

Méthodes publiques

Méthode Description
TypeNotFoundException ( ) : System
TypeNotFoundException ( string typeName ) : System
TypeNotFoundException ( string typeName, Exception inner ) : System

Méthodes protégées

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

Method Details

TypeNotFoundException() public méthode

public TypeNotFoundException ( ) : System
Résultat System

TypeNotFoundException() protected méthode

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

TypeNotFoundException() public méthode

public TypeNotFoundException ( string typeName ) : System
typeName string
Résultat System

TypeNotFoundException() public méthode

public TypeNotFoundException ( string typeName, Exception inner ) : System
typeName string
inner Exception
Résultat System