C# 클래스 CUITe.DataSources.DataBlockIdNotFoundException

Exception thrown by XmlDataSource when requesting a data block with id that isn't found.
상속: System.Exception
파일 보기 프로젝트 열기: icnocop/cuite

공개 메소드들

메소드 설명
DataBlockIdNotFoundException ( string id ) : System

Initializes a new instance of the DataBlockIdNotFoundException class.

메소드 상세

DataBlockIdNotFoundException() 공개 메소드

Initializes a new instance of the DataBlockIdNotFoundException class.
public DataBlockIdNotFoundException ( string id ) : System
id string The data block id.
리턴 System