C# Class CUITe.DataSources.XmlDataSourceNotFoundException

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

Public Methods

Method Description
XmlDataSourceNotFoundException ( Assembly assembly, Type type, string fileName ) : System

Initializes a new instance of the XmlDataSourceNotFoundException class.

Method Details

XmlDataSourceNotFoundException() public method

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.
return System