Exceptions Property

Languages.Events

Language

ImportExport..::..Exceptions Property

Namespace:  Languages.Implementation
Assembly:  Languages (in Languages.dll)

Syntax


public List<Exception> Exceptions { get; set; }
Public Property Exceptions As List(Of Exception)
	Get
	Set
public:
property List<Exception^>^ Exceptions {
	List<Exception^>^ get ();
	void set (List<Exception^>^ value);
}