C# Class CUITe.DataSources.XmlDataSourceNotFoundException

Exception thrown by XmlDataSource when the specified XML data source isn't found.
Inheritance: System.Exception
Afficher le fichier Open project: icnocop/cuite

Méthodes publiques

Méthode Description
XmlDataSourceNotFoundException ( Assembly assembly, Type type, string fileName ) : System

Initializes a new instance of the XmlDataSourceNotFoundException class.

Method Details

XmlDataSourceNotFoundException() public méthode

Initializes a new instance of the XmlDataSourceNotFoundException class.
public XmlDataSourceNotFoundException ( Assembly assembly, Type type, string fileName ) : System
assembly System.Reflection.Assembly The assembly.
type System.Type The type.
fileName string Name of the file.
Résultat System