C# 클래스 CUITe.DataSources.XmlDataSourceNotFoundException

Exception thrown by XmlDataSource when the specified XML data source isn't found.
상속: System.Exception
파일 보기 프로젝트 열기: icnocop/cuite

공개 메소드들

메소드 설명
XmlDataSourceNotFoundException ( Assembly assembly, Type type, string fileName ) : System

Initializes a new instance of the XmlDataSourceNotFoundException class.

메소드 상세

XmlDataSourceNotFoundException() 공개 메소드

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.
리턴 System