C# Class CUITe.DataSources.DataBlockIdNotFoundException

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

Méthodes publiques

Méthode Description
DataBlockIdNotFoundException ( string id ) : System

Initializes a new instance of the DataBlockIdNotFoundException class.

Method Details

DataBlockIdNotFoundException() public méthode

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