ArtemisComm.DamComStatus.GetErrors C# (CSharp) Method

GetErrors() public method

public GetErrors ( ) : System.Collections.ObjectModel.ReadOnlyCollection
return System.Collections.ObjectModel.ReadOnlyCollection
        public System.Collections.ObjectModel.ReadOnlyCollection<Exception> GetErrors()
        {
            return new System.Collections.ObjectModel.ReadOnlyCollection<Exception>(errors);
        }