C# Class CUITe.DataSources.DataBlockIdNotFoundException

Exception thrown by XmlDataSource when requesting a data block with id that isn't found.
Inheritance: System.Exception
Show file Open project: icnocop/cuite

Public Methods

Method Description
DataBlockIdNotFoundException ( string id ) : System

Initializes a new instance of the DataBlockIdNotFoundException class.

Method Details

DataBlockIdNotFoundException() public method

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