ArtemisComm.ParentPacket.GetErrors C# (CSharp) Méthode

GetErrors() public méthode

public GetErrors ( ) : System.Collections.ObjectModel.ReadOnlyCollection
Résultat System.Collections.ObjectModel.ReadOnlyCollection
        public System.Collections.ObjectModel.ReadOnlyCollection<Exception> GetErrors()
        {
            return new System.Collections.ObjectModel.ReadOnlyCollection<Exception>(errors);
        }
        #endregion