ArtemisComm.VariablePackage.GetErrors C# (CSharp) Method

GetErrors() public method

public GetErrors ( ) : ReadOnlyCollection
return ReadOnlyCollection
        public ReadOnlyCollection<Exception> GetErrors()
        {
            return new ReadOnlyCollection<Exception>(errors);
        }
        #region Dispose