Proprietà EnsureLocalDocumentReferenceNotFoundExceptionList
             | 
          
        
        
            Lista di eccezioni riservata ai riferimenti mancanti
            
        
        Namespace: DedNet.CommandsAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic List<Exception> ReferenceNotFoundExceptionList { get; set; }Public Property ReferenceNotFoundExceptionList As List(Of Exception)
	Get
	Set
public:
property List<Exception^>^ ReferenceNotFoundExceptionList {
	List<Exception^>^ get ();
	void set (List<Exception^>^ value);
}member ReferenceNotFoundExceptionList : List<Exception> with get, set
Valore della proprietà
ListException
Vedi anche